Skip to content

Commit

Permalink
feat(config): simplify configs
Browse files Browse the repository at this point in the history
  • Loading branch information
demartini committed Dec 7, 2022
1 parent 5e4c4a3 commit 28f974e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 349 deletions.
1 change: 0 additions & 1 deletion packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
node: true
},
extends: [
'plugin:unicorn/recommended',
'plugin:promise/recommended',
'plugin:sonarjs/recommended',
'standard',
Expand Down
3 changes: 1 addition & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.16.0",
"eslint-plugin-unicorn": "45.0.1"
"eslint-plugin-sonarjs": "0.16.0"
}
}
Loading

0 comments on commit 28f974e

Please sign in to comment.