Skip to content

Commit

Permalink
Deactivate unicorn/consistent-function-scoping
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelle Wessman committed Oct 19, 2019
1 parent 819b933 commit 7463237
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
"require-atomic-updates": 2,

"unicorn/catch-error-name": ["error", {"name": "err"}],
"unicorn/consistent-function-scoping": 0,
"unicorn/explicit-length-check": 0,
"unicorn/prefer-exponentiation-operator": 0,
"unicorn/prefer-add-event-listener": 1,
"unicorn/prefer-spread": 1,
"unicorn/prefer-exponentiation-operator": 0,
"unicorn/prefer-node-append": 0,
"unicorn/prefer-spread": 1,
"unicorn/prevent-abbreviations": 0,

"security/detect-object-injection": 0,
Expand Down

0 comments on commit 7463237

Please sign in to comment.