Skip to content

Commit

Permalink
Clean the .eslintignore
Browse files Browse the repository at this point in the history
The `node_modules/` and `bower_components/` will be ignored in ESLint by default like described in [their documentation](http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories).
  • Loading branch information
abdonrd committed Feb 26, 2016
1 parent 9d6111c commit 04d06a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintignore
@@ -1,4 +1,2 @@
node_modules/*
bower_components/*
src/**/demo/*
src/**/experimental/*

0 comments on commit 04d06a5

Please sign in to comment.