@andrewt03/eslint-typescript-rules 0.0.24 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,14 +33,13 @@ eslint-plugin-react-hooks
|
|
|
33
33
|
```json
|
|
34
34
|
{
|
|
35
35
|
"scripts": {
|
|
36
|
-
// TODO: [REMOVE THIS COMMENT] Other NPM project aliases (here)...
|
|
37
|
-
// TODO: [REMOVE THIS COMMENT] Change directory path in these commands based on project configuration and use-case...
|
|
38
36
|
"lint": "eslint \"./src\"",
|
|
39
37
|
"lint:fix": "eslint \"./src\" --fix"
|
|
40
38
|
}
|
|
41
39
|
}
|
|
42
40
|
```
|
|
43
41
|
|
|
42
|
+
- **Note:** Please change the directory path in these commands based on your project configuration and use-case!
|
|
44
43
|
- Type `npm run lint` in your terminal to log your linting warnings/errors.
|
|
45
44
|
- Type `npm run lint:fix` in your terminal to allow `ESLint` to try and resolve your linting warnings/errors within your project (wherever possible).
|
|
46
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@andrewt03/eslint-typescript-rules",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"description": "Recommended ESLint Rules for general TypeScript, Node.js/Express.js, Angular, and React.js Projects",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|