Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyselden committed Jul 21, 2024
1 parent e3c13cc commit 52fe1eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ module.exports = {
rules: {
'strict': 'error',

'n/no-unsupported-features/es-syntax': ['error', {
'ignores': [
// remove once https://github.com/mysticatea/eslint-plugin-node/issues/250 is fixed
'dynamicImport'
]
}],

'json-files/restrict-ranges': [2, { pinUnstable: true }]
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"peerDependencies": {
"eslint-config-sane": ">=1",
"eslint-plugin-json-files": ">=0.8",
"eslint-plugin-n": ">=14"
"eslint-plugin-n": ">=15.1"
}
}

0 comments on commit 52fe1eb

Please sign in to comment.