Skip to content

Commit c6c1da5

Browse files
refactor: remove unused eslint-plugin-n dependency and related config
1 parent 37a6f9e commit c6c1da5

File tree

3 files changed

+0
-95
lines changed

3 files changed

+0
-95
lines changed

eslint.config.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
import eslint from '@eslint/js';
22
import tseslint from 'typescript-eslint';
3-
import nodePlugin from 'eslint-plugin-n';
43

54
export default tseslint.config(
65
eslint.configs.recommended,
76
...tseslint.configs.recommended,
87
{
9-
plugins: {
10-
n: nodePlugin
11-
},
128
rules: {
139
"semi": ["warn", "always"],
1410
"indent": ["warn", "tab", { "SwitchCase": 1 }],

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"concurrently": "^9.2.0",
6060
"cpy-cli": "^6.0.0",
6161
"eslint": "^9.33.0",
62-
"eslint-plugin-n": "^17.21.3",
6362
"mocha": "^11.7.1",
6463
"rimraf": "^6.0.1",
6564
"tsx": "^4.20.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)