Skip to content

Commit

Permalink
Move eslint ignores to main config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Feb 17, 2021
1 parent 8b6be87 commit ddfe1a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

4 changes: 4 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ env:
node: true
es6: false

ignorePatterns:
- coverage/
- benchmark/implementations

rules:
accessor-pairs: 2
array-bracket-spacing: [ 2, "always", { "singleValue": true, "objectsInArrays": true, "arraysInArrays": true } ]
Expand Down

0 comments on commit ddfe1a4

Please sign in to comment.