Skip to content

Commit 61b7598

Browse files
docs: update README alignment and author information; modify ESLint lint script in package.json
1 parent 554ca0d commit 61b7598

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Comment Cleaner Pro
22

3-
<h1 align="center">Comment Cleaner Pro</h1>
4-
5-
<p align="center">
3+
<p align="left">
64
<img src="media/icon.png" width="128" height="128" alt="Comment Cleaner Pro Logo">
75
</p>
86

9-
<p align="center">
7+
<p align="left">
108
<a href="https://marketplace.visualstudio.com/items?itemName=ChristliebDela.comment-cleaner-pro"><img src="https://img.shields.io/visual-studio-marketplace/v/ChristliebDela.comment-cleaner-pro?style=flat-square&color=000000&labelColor=222222" alt="Version"></a>
119
<a href="https://marketplace.visualstudio.com/items?itemName=ChristliebDela.comment-cleaner-pro"><img src="https://img.shields.io/visual-studio-marketplace/d/ChristliebDela.comment-cleaner-pro?style=flat-square&color=000000&labelColor=222222" alt="Downloads"></a>
1210
<a href="https://github.com/christliebdela/Comment-Cleaner-VsCode-Ext/issues"><img src="https://img.shields.io/github/issues/christliebdela/Comment-Cleaner-VsCode-Ext?style=flat-square&color=000000&labelColor=222222" alt="Issues"></a>
@@ -167,6 +165,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
167165

168166
## Author
169167

170-
<p align="center">
171-
Created and maintained by <a href="https://github.com/christliebdela">Christlieb Dela</a>.
172-
</p>
168+
169+
Created and maintained by <a href="https://github.com/christliebdela">Christlieb Dela</a>.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"compile": "tsc -p ./ && npm run copy-python",
160160
"watch": "tsc -watch -p ./",
161161
"copy-python": "if not exist out\\python mkdir out\\python && copy src\\python\\ccp.py out\\python\\",
162-
"lint": "eslint --use-flat-config=false src --ext ts"
162+
"lint": "eslint src --ext ts"
163163
},
164164
"devDependencies": {
165165
"@types/glob": "^8.1.0",

0 commit comments

Comments
 (0)