Skip to content

Commit bcdfb9a

Browse files
committed
remove unused eslint libs
1 parent 4c6122d commit bcdfb9a

File tree

3 files changed

+2
-90
lines changed

3 files changed

+2
-90
lines changed

.eslintrc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@
77
"@typescript-eslint/explicit-module-boundary-types": "off"
88
},
99
"extends": [
10-
"plugin:@typescript-eslint/recommended", // Uses the recommended rules from the @typescript-eslint/eslint-plugin
11-
"prettier/@typescript-eslint", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
12-
"plugin:prettier/recommended" // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
10+
"plugin:@typescript-eslint/recommended" // Uses the recommended rules from the @typescript-eslint/eslint-plugin
1311
],
1412
"parser": "@typescript-eslint/parser",
1513
"parserOptions": {
16-
"ecmaVersion": 2020, // Allows for the parsing of modern ECMAScript features
14+
"ecmaVersion": "latest", // Allows for the parsing of modern ECMAScript features
1715
"sourceType": "module" // Allows for the use of imports
1816
},
1917

package-lock.json

Lines changed: 0 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
"colors": "^1.4.0",
6161
"dotenv": "^16.0.3",
6262
"eslint": "^8.29.0",
63-
"eslint-config-prettier": "^8.5.0",
64-
"eslint-plugin-prettier": "^4.2.1",
6563
"jest": "^29.3.1",
6664
"nodemon": "^2.0.20",
6765
"prettier": "^2.8.1",

0 commit comments

Comments
 (0)