Skip to content

Commit 975af80

Browse files
fix(deps): update dependency eslint-plugin-n to v17.24.0 (#447)
* fix(deps): update dependency eslint-plugin-n to v17.24.0 * chore: update snapshot * chore: update eslint-config * chore: update eslint-config --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wakamsha <wakamsha@gmail.com>
1 parent cb5e4bc commit 975af80

File tree

5 files changed

+36
-10
lines changed

5 files changed

+36
-10
lines changed

packages/eslint-config/eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default [
2020
rules: {
2121
'unicorn/prefer-module': ['off'],
2222
'unicorn/filename-case': ['off'],
23+
'n/no-unsupported-features/node-builtins': ['off'],
2324
},
2425
},
2526

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint-plugin-jest-dom": "5.5.0",
5959
"eslint-plugin-jsdoc": "62.9.0",
6060
"eslint-plugin-jsx-a11y": "6.10.2",
61-
"eslint-plugin-n": "17.14.0",
61+
"eslint-plugin-n": "17.24.0",
6262
"eslint-plugin-promise": "7.2.1",
6363
"eslint-plugin-react": "7.37.5",
6464
"eslint-plugin-react-hooks": "7.1.0",

packages/eslint-config/test/flat/node/__snapshots__/snapshot.test.mts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ exports[`should match ESLint Flat Configuration snapshot: node 1`] = `
8484
"import",
8585
"promise",
8686
"unicorn:eslint-plugin-unicorn@56.0.1",
87-
"n:eslint-plugin-n@17.14.0",
87+
"n:eslint-plugin-n@17.24.0",
8888
],
8989
"processor": undefined,
9090
"rules": {

packages/stylelint-config/eslint.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,11 @@ export default [
2323
...node,
2424

2525
...typescript,
26+
27+
{
28+
files: ['test/**/*'],
29+
rules: {
30+
'n/no-unsupported-features/node-builtins': ['off'],
31+
},
32+
},
2633
];

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)