aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc-browser.json
Commit message (Collapse)AuthorAgeFilesLines
* Build: ESLint setup improvementsMichał Gołębiowski2016-12-191-0/+31
1. Use the short name of the preset in the config. 2. Run ESLint first on non-minified files. 3. Explicitly specify environments in every config file (those settings cascade which means we've been assuming a Node.js environment where we shouldn't have).