habitica/.eslintignore
2016-09-15 13:05:23 +02:00

26 lines
503 B
Text

# Compiled and vendored files
common/dist/
common/transpiled-babel/
coverage/
database_reports/
website/build/
website/transpiled-babel/
migrations/*
# The files in website/client-old/js should be moved out and browserified
website/client-old/
# Temporarilly disabled. These should be removed when the linting errors are fixed
common/script/content/index.js
debug-scripts/*
scripts/*
tasks/*.js
gulpfile.js
Gruntfile.js
newrelic.js
test/content/**/*
test/server_side/**/*
test/client-old/spec/**/*