Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Remove obsolete globals from ESLint configuration | Michał Gołębiowski-Owczarek | 2019-02-19 | 1 | -3/+1 |
| | | | | | We had quite a few obsolete globals declared in various ESLint config files. We also no longer allow to rely on the `noGlobal` & `jQuery` globals in the built file which is not needed. Closes gh-4301 | ||||
* | Build: ESLint setup improvements | Michał Gołębiowski | 2016-12-19 | 1 | -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). |