Skip to content

Commit

Permalink
feat(ng-dev): remove the ESLint rule max-statements. It did not lea…
Browse files Browse the repository at this point in the history
…d to better code.
  • Loading branch information
ersimont committed Jan 29, 2021
1 parent c5a6101 commit 339ab7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -15,6 +15,5 @@ module.exports = {
{ max: 25, skipBlankLines: true, skipComments: true },
],
"max-nested-callbacks": ["error", { max: 2 }],
"max-statements": ["error"],
},
};

0 comments on commit 339ab7f

Please sign in to comment.