summaryrefslogtreecommitdiff
path: root/.eslintrc
Commit message (Collapse)AuthorAgeFilesLines
* Remove JSX/React eslint plugins.remove-jsx-react-eslint-pluginsLuke "Jared" Bennett2016-11-291-4/+3
| | | | | | | | | | | | Change airbnb eslint config package to `eslint-config-airbnb-base` and update plugins. Change `airbnb` to `airbnb-base` for .eslintrc `extends` value. Added changelog entry Made sure all plugins and envs are set Corrected new failing specs
* keep json alphabetized24756-clean-up-eslintrc-globalsMike Greiling2016-11-221-6/+6
|
* add "gon" to list of expected globalsMike Greiling2016-11-221-0/+1
|
* clean up globals exemptions within .eslintrcMike Greiling2016-11-221-17/+5
|
* Make linters happyAlfredo Sumaran2016-11-211-1/+2
|
* Cycle analytics second iterationAlfredo Sumaran2016-11-211-2/+3
| | | | | | - Vue app has been completely rewritten - New components - Basic CSS
* Update match-regex to fix filename conventionfix-invalid-filename-eslintAlfredo Sumaran2016-11-031-1/+1
| | | | This allows us to pass .js.es6 files as valid filenames;
* Check that JavaScript file names match convention (!7238)winniehell2016-11-021-0/+6
|
* add ESLintwinniehell2016-10-261-0/+23
ESLint config: https://github.com/airbnb/javascript