Skip to content

Commit

Permalink
chore(deps): update dependency @netlify/eslint-config-node to ^3.3.11 (
Browse files Browse the repository at this point in the history
…#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>
  • Loading branch information
3 people authored Dec 2, 2021
1 parent e227baa commit 7189009
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ module.exports = {
'fp/no-this': 0,
'import/max-dependencies': 0,
'node/no-sync': 0,
// TODO: remove once bug in eslint-plugin-node is fixed:
// https://github.com/mysticatea/eslint-plugin-node/issues/250
'node/no-unsupported-features/es-syntax': [2, { ignores: ['modules', 'dynamicImport'] }],
'sort-destructure-keys/sort-destructure-keys': 2,
'unicorn/consistent-destructuring': 0,
// TODO: harmonize with filename snake_case in other Netlify Dev projects
Expand Down
14 changes: 7 additions & 7 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"@babel/preset-react": "^7.12.13",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@netlify/eslint-config-node": "^3.3.10",
"@netlify/eslint-config-node": "^3.3.11",
"@oclif/dev-cli": "^1.23.1",
"@oclif/test": "^1.2.5",
"ava": "^3.15.0",
Expand Down

1 comment on commit 7189009

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 363 MB

Please sign in to comment.