Skip to content

Commit

Permalink
chore(deps): upgrading eslint-plugin-node to 11.1.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Apr 6, 2020
1 parent 73bf2c2 commit 560aa50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ module.exports = {
'plugin:sonarjs/recommended',
'prettier',
],
plugins: ['node', 'prettier', 'unicorn'],
plugins: ['eslint-comments', 'import', 'node', 'prettier', 'sonarjs', 'unicorn'],
rules: {
'arrow-body-style': 'off',

'eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }],
'eslint-comments/no-unused-disable': 'error',

'func-names': 'off',

'import/order': 'off',

'no-constructor-return': 'error',
'no-dupe-else-if': 'error',
'no-else-return': ['error', { allowElseIf: true }],
Expand Down
12 changes: 6 additions & 6 deletions package-lock.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 @@ -23,7 +23,7 @@
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-jest-formatting": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-sonarjs": "^0.5.0",
Expand Down

0 comments on commit 560aa50

Please sign in to comment.