habitica/.eslintignore

19 lines
365 B
Text
Raw Normal View History

2016-04-14 13:10:12 +00:00
# Compiled and vendored files
coverage/
database_reports/
website/build/
website/transpiled-babel/
website/common/transpiled-babel/
dist/
2016-09-21 12:57:33 +00:00
dist-client/
2016-04-14 13:10:12 +00:00
# Not linted
website/client-old/
2016-09-15 09:31:22 +00:00
test/client-old/spec/**/*
# Temporarilly disabled. These should be removed when the linting errors are fixed TODO
migrations/*
scripts/*
website/common/browserify.js
Gruntfile.js