Skip to content

Commit

Permalink
feat: update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Mar 10, 2023
1 parent 61583b5 commit 28e372b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"homepage": "https://github.com/cheminfo/eslint-config#readme",
"dependencies": {},
"peerDependencies": {
"eslint": "^8.26.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.4.0",
"eslint-plugin-unicorn": "^44.0.2"
"eslint": "^8.35.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.0.1",
"eslint-plugin-unicorn": "^46.0.0"
},
"devDependencies": {
"eslint": "8.26.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.4.0",
"eslint-plugin-unicorn": "44.0.2",
"prettier": "^2.7.1"
"eslint": "8.35.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "40.0.1",
"eslint-plugin-unicorn": "46.0.0",
"prettier": "^2.8.4"
}
}
2 changes: 2 additions & 0 deletions unicorn.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ module.exports = {
'unicorn/switch-case-braces': 'off',
'unicorn/prefer-ternary': 'off',
'unicorn/prefer-type-error': 'off',
// Might want to enable in a future semver-major.
'unicorn/no-negated-condition': 'off',
'unicorn/no-useless-undefined': 'off',
// Conflicts with Prettier.
'unicorn/number-literal-case': 'off',
Expand Down

0 comments on commit 28e372b

Please sign in to comment.