aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Build: ESLint setup improvementsMichał Gołębiowski2016-12-191-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.jsonOleg Gaidarenko2016-08-021-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 constructionsOleg Gaidarenko2016-08-021-1/+1
| | | | Fixes gh-3246
* Build: Update eslint config and fix associated errorsOleg Gaidarenko2016-07-151-0/+1
|
* Build: More ESLint related changesOleg Gaidarenko2016-07-091-0/+1
|
* Build: ESLint detailsOleg Gaidarenko2016-06-111-0/+17
Use eslint pragmas, fix new errors, etc Closes gh-3148