Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Stop ESLint from linting the /public/ directory #281

Merged
merged 2 commits into from
Jul 23, 2017

Conversation

pdehaan
Copy link
Contributor

@pdehaan pdehaan commented Jul 23, 2017

The /public/ directory is an odd mix of generated and static files. We don't need to ESLint anything in there, and it was blowing up my computer because of minified l20n files that were being copied from node_modules, and an old bundle file.

@@ -19,3 +19,5 @@ rules:
mocha/no-pending-tests: error
mocha/no-return-and-callback: warn
mocha/no-skipped-tests: error

no-console: off # ¯\_(ツ)_/¯
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ref #283

@dannycoates
Copy link
Contributor

because of minified l20n files that were being copied from node_modules

whoops, my fault, sorry

@dannycoates dannycoates merged commit d6823f4 into mozilla:master Jul 23, 2017
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants