Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ignore karma config in eslint | Mike Greiling | 2017-01-10 | 1 | -0/+1 |
| | |||||
* | add webpack, webpack-rails, and webpack-dev-server along with a simple hello ↵ | Mike Greiling | 2017-01-06 | 1 | -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-modules | Mike Greiling | 2016-12-14 | 1 | -0/+1 |
| | |||||
* | Remove JSX/React eslint plugins.remove-jsx-react-eslint-plugins | Luke "Jared" Bennett | 2016-11-29 | 1 | -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 eslint | Alfredo Sumaran | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Make ESLint ignore instrumented files for coverage analysis (!7236) | winniehell | 2016-11-02 | 1 | -0/+1 |
| | |||||
* | add ESLint | winniehell | 2016-10-26 | 1 | -0/+4 |
ESLint config: https://github.com/airbnb/javascript |