Skip to content

Commit

Permalink
fix .eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Feb 20, 2015
1 parent 1876bc2 commit ed6d02e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ src/**/__tests__/**
# This should be enabled but that folder has too much in it that doesn't belong
src/test
test/the-files-to-test.generated.js
vendor/
# This is synced with a different file internally, don't want to lint it yet
vendor/fbtransform/syntax.js
vendor/jasmine/
vendor/jasmine-jsreporter/
vendor/*.js
# But not in docs/_js/examples/*
docs/_js/*.js
docs/js/
Expand Down

0 comments on commit ed6d02e

Please sign in to comment.