Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
feat: remove no-loops
Browse files Browse the repository at this point in the history
  • Loading branch information
stingalleman committed Mar 17, 2021
1 parent 67f4131 commit 2cbf1a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/base/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
module.exports = {
extends: ['airbnb-base'],
plugins: ['jsdoc', 'no-loops', 'unicorn'],
plugins: ['jsdoc', 'unicorn'],
rules: {
'no-return-await': 'off',
'max-classes-per-file': 'off',
'require-await': 2,
'class-methods-use-this': 'off',
'no-plusplus': 'off',
'no-console': 1,
'no-loops/no-loops': 2,
'no-shadow': 'off',
'no-underscore-dangle': 'off',
'no-unused-vars': 1,
Expand Down
1 change: 0 additions & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.9",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-no-loops": "0.3.0",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-unicorn": "23.0.0"
},
Expand Down

0 comments on commit 2cbf1a6

Please sign in to comment.