Skip to content

Commit

Permalink
❌ Remove unnecessary package "eslint-config-next"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed Jun 14, 2024
1 parent 48c5912 commit cde493a
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 2,125 deletions.
1 change: 0 additions & 1 deletion plugins/plugin_base/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"commonjs": true
},
"parser": "@typescript-eslint/parser",
"extends": "eslint-config-next",
"parserOptions": {
"ecmaVersion": "latest",
"project": ["plugins/plugin_base/tsconfig.json"]
Expand Down
735 changes: 0 additions & 735 deletions plugins/plugin_base/package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion plugins/plugin_base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
Expand Down
1 change: 0 additions & 1 deletion plugins/tickets/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"commonjs": true
},
"parser": "@typescript-eslint/parser",
"extends": "eslint-config-next",
"parserOptions": {
"ecmaVersion": "latest",
"project": ["plugins/tickets/tsconfig.json"]
Expand Down
Loading

0 comments on commit cde493a

Please sign in to comment.