Skip to content

Commit

Permalink
Improve eslint IDE support (ignore .js, lint *.es6.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
dneukirchen committed Feb 12, 2018
1 parent 6303456 commit ca19e5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# A list of files to ignore from linting
*.js
!*.es6.js
!build/**/*.js

0 comments on commit ca19e5b

Please sign in to comment.