summaryrefslogtreecommitdiff
path: root/.eslintignore
Commit message (Collapse)AuthorAgeFilesLines
* ignore karma config in eslintMike Greiling2017-01-101-0/+1
|
* add webpack, webpack-rails, and webpack-dev-server along with a simple hello ↵Mike Greiling2017-01-061-1/+2
| | | | | | | | world test Add the following line to GDK Procfile to play with it: webpack: exec support/exec-cd gitlab npm run dev-server
* add node_modules to our eslintignore settingsdont-lint-npm-modulesMike Greiling2016-12-141-0/+1
|
* Remove JSX/React eslint plugins.remove-jsx-react-eslint-pluginsLuke "Jared" Bennett2016-11-291-0/+1
| | | | | | | | | | | | 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
* Ignore builds directory from eslintAlfredo Sumaran2016-11-031-1/+1
|
* Make ESLint ignore instrumented files for coverage analysis (!7236)winniehell2016-11-021-0/+1
|
* add ESLintwinniehell2016-10-261-0/+4
ESLint config: https://github.com/airbnb/javascript