aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintignore
Commit message (Collapse)AuthorAgeFilesLines
* Build: Lint the minified jQuery file as wellMichał Gołębiowski-Owczarek2020-01-211-0/+1
| | | | | | | | | | | | While we have absolutely no style-related expectations to our minified file, we do care that it's valid ES 5.1. This is now verified. Also, update grunt-eslint as a newer ESLint version is required to be able to use "extends" inside of the "overrides" section. Fixes gh-3075 Closes gh-4594 Ref gh-4598
* Build: Update jsdom; migrate a test with Symbol polyfill to an iframe testMichał Gołębiowski-Owczarek2019-03-041-1/+1
| | | | | | | | | | | So far, we've been testing that jQuery element iteration works with polyfilled Symbol & transpiled for-of via a Node test with jsdom with the Symbol global removed. Unfortunately, jsdom now requires Symbol to be present for its internal functionality so such a test is no longer possible. Instead, it's been migrated to an iframe test with transpiled JavaScript. This PR also enables us to use ECMAScript 2017 or newer in Node.js code. Closes gh-4305
* Build: Add most of the dist folder to .eslintignoreMichał Gołębiowski2016-12-191-0/+2
| | | | | | | This way `eslint .` run from the terminal will work regardless of ignored files present in the repository. Closes gh-3385
* Build: ignore cdn and slim files when lintingTimmy Willison2016-07-071-1/+1
|
* Build: ESLint detailsOleg Gaidarenko2016-06-111-2/+2
| | | | | | Use eslint pragmas, fix new errors, etc Closes gh-3148
* Build: Switch from jscs+jshint to eslintOleg Gaidarenko2016-06-111-0/+12