We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c13cc commit 52fe1ebCopy full SHA for 52fe1eb
index.js
@@ -12,13 +12,6 @@ module.exports = {
12
rules: {
13
'strict': 'error',
14
15
- 'n/no-unsupported-features/es-syntax': ['error', {
16
- 'ignores': [
17
- // remove once https://github.com/mysticatea/eslint-plugin-node/issues/250 is fixed
18
- 'dynamicImport'
19
- ]
20
- }],
21
-
22
'json-files/restrict-ranges': [2, { pinUnstable: true }]
23
}
24
};
package.json
@@ -26,6 +26,6 @@
26
"peerDependencies": {
27
"eslint-config-sane": ">=1",
28
"eslint-plugin-json-files": ">=0.8",
29
- "eslint-plugin-n": ">=14"
+ "eslint-plugin-n": ">=15.1"
30
31
0 commit comments