Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3.4.13.4.1 | Timmy Willison | 2019-05-01 | 6 | -0/+19099 |
| | |||||
* | Build: Fix comment typo | Matan Kotler-Berkowitz | 2017-08-08 | 1 | -1/+1 |
| | | | Closes gh-3747 | ||||
* | Build: ESLint setup improvements | Michał Gołębiowski | 2016-12-19 | 1 | -1/+4 |
| | | | | | | | 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). | ||||
* | Build: .eslintrc -> .eslintrc.json | Oleg Gaidarenko | 2016-08-02 | 1 | -1/+1 |
| | | | | | | | | `.eslintrc` format is deprecated - http://eslint.org/docs/user-guide/configuring#configuration-file-formats Fixes gh-3248 Closes gh-3247 | ||||
* | Build: Simplify Gruntfile constructions | Oleg Gaidarenko | 2016-08-02 | 1 | -1/+1 |
| | | | | Fixes gh-3246 | ||||
* | Build: Update eslint config and fix associated errors | Oleg Gaidarenko | 2016-07-15 | 1 | -0/+1 |
| | |||||
* | Build: More ESLint related changes | Oleg Gaidarenko | 2016-07-09 | 1 | -0/+1 |
| | |||||
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -0/+17 |
Use eslint pragmas, fix new errors, etc Closes gh-3148 |