Skip to content

Commit

Permalink
Move eslint ignore patterns to main config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Dec 1, 2020
1 parent c216c1d commit dbebf1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .eslintignore

This file was deleted.

7 changes: 7 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ env:
browser: true
es6: false

ignorePatterns:
- coverage/
- demo/
- dist/
- node_modules
- benchmark/implementations

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

0 comments on commit dbebf1e

Please sign in to comment.