Skip to content

Commit 52fe1eb

Browse files
committed
1 parent e3c13cc commit 52fe1eb

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ module.exports = {
1212
rules: {
1313
'strict': 'error',
1414

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-
2215
'json-files/restrict-ranges': [2, { pinUnstable: true }]
2316
}
2417
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"peerDependencies": {
2727
"eslint-config-sane": ">=1",
2828
"eslint-plugin-json-files": ">=0.8",
29-
"eslint-plugin-n": ">=14"
29+
"eslint-plugin-n": ">=15.1"
3030
}
3131
}

0 commit comments

Comments
 (0)