Skip to content

Commit

Permalink
eslint: move .eslintignore to main file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Oct 13, 2020
1 parent 9fe835b commit cbf639a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

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

ignorePatterns:
- coverage/
- demo/
- dist/
- node_modules
- support/demo_template/sample.js
- benchmark/extra/

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

0 comments on commit cbf639a

Please sign in to comment.