Skip to content

Commit

Permalink
Merge pull request #70 from ottofeller/remove-complexity-rule
Browse files Browse the repository at this point in the history
Remove complexity rule
  • Loading branch information
gvidon authored Mar 21, 2023
2 parents 1c85b14 + 031ec3c commit 229de60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint-config-ofmt/eslint.quality.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
'@typescript-eslint/no-shadow' : ['error'],
'@typescript-eslint/no-unused-expressions': ['error'],
'@typescript-eslint/no-unused-vars' : ['error', {argsIgnorePattern: '^_'}],
'complexity' : ['error', {max: 12}],
'curly' : ['error'],
'import/no-relative-parent-imports' : ['error'],
'no-negated-condition' : ['error'],
Expand Down

0 comments on commit 229de60

Please sign in to comment.