Skip to content

Commit 7189009

Browse files
renovate[bot]renovate-botehmicky
authored
chore(deps): update dependency @netlify/eslint-config-node to ^3.3.11 (#3753)
* chore(deps): update dependency @netlify/eslint-config-node to ^3.3.11 * chore: remove dead code Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: ehmicky <ehmicky@gmail.com>
1 parent e227baa commit 7189009

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.eslintrc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ module.exports = {
2525
'fp/no-this': 0,
2626
'import/max-dependencies': 0,
2727
'node/no-sync': 0,
28-
// TODO: remove once bug in eslint-plugin-node is fixed:
29-
// https://github.com/mysticatea/eslint-plugin-node/issues/250
30-
'node/no-unsupported-features/es-syntax': [2, { ignores: ['modules', 'dynamicImport'] }],
3128
'sort-destructure-keys/sort-destructure-keys': 2,
3229
'unicorn/consistent-destructuring': 0,
3330
// TODO: harmonize with filename snake_case in other Netlify Dev projects

npm-shrinkwrap.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"@babel/preset-react": "^7.12.13",
198198
"@commitlint/cli": "^15.0.0",
199199
"@commitlint/config-conventional": "^15.0.0",
200-
"@netlify/eslint-config-node": "^3.3.10",
200+
"@netlify/eslint-config-node": "^3.3.11",
201201
"@oclif/dev-cli": "^1.23.1",
202202
"@oclif/test": "^1.2.5",
203203
"ava": "^3.15.0",

0 commit comments

Comments
 (0)