Skip to content

Commit 554ca0d

Browse files
docs: update README for clarity and add author link; modify package.json lint script for ESLint configuration
1 parent 0ed9ac1 commit 554ca0d

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

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

3+
<h1 align="center">Comment Cleaner Pro</h1>
4+
35
<p align="center">
46
<img src="media/icon.png" width="128" height="128" alt="Comment Cleaner Pro Logo">
57
</p>
@@ -13,7 +15,7 @@
1315
<a href="https://github.com/christliebdela/Comment-Cleaner-VsCode-Ext/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/christliebdela/Comment-Cleaner-VsCode-Ext/ci.yml?branch=main&style=flat-square&color=000000&labelColor=222222" alt="CI"></a>
1416
</p>
1517

16-
## Version 0.1.4
18+
## Current Release
1719

1820
## Overview
1921

@@ -161,8 +163,10 @@ Contributions are welcome! See CONTRIBUTING.md for guidelines.
161163

162164
## License
163165

164-
This project is licensed under the MIT License - see the LICENSE file for details.
166+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
165167

166168
## Author
167169

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

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 src --ext ts"
162+
"lint": "eslint --use-flat-config=false src --ext ts"
163163
},
164164
"devDependencies": {
165165
"@types/glob": "^8.1.0",

0 commit comments

Comments
 (0)