@andrewt03/eslint-typescript-rules 0.0.23 → 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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # `AndrewTran03-ESLint-TypeScript-Rules` · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebook/react/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/@andrewt03/eslint-typescript-rules.svg?style=flat)](https://www.npmjs.com/package/@andrewt03/eslint-typescript-rules)
1
+ # `AndrewTran03-ESLint-TypeScript-Rules` · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/AndrewTran03/AndrewTran03-ESLint-TypeScript-Rules/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/@andrewt03/eslint-typescript-rules.svg?style=flat)](https://www.npmjs.com/package/@andrewt03/eslint-typescript-rules)
2
2
 
3
3
  The `AndrewTran03-ESLint-TypeScript-Rules` package is `recommended` ESLint Rules for general `TypeScript`, `Node.js/Express.js`, `Angular`, and `React.js` Projects that utilize `TypeScript` for development.
4
4
 
@@ -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.23",
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",