Merge branch 'remove-jsx-react-eslint-plugins' into 'master'
Remove JSX/React eslint plugins. ## What does this MR do? ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [ ] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? See merge request !7470
Showing
... | ... | @@ -6,13 +6,11 @@ |
"eslint-report": "npm run eslint -- --format html --output-file ./eslint-report.html" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.1.1", | ||
"eslint-config-airbnb": "^12.0.0", | ||
"eslint": "^3.10.1", | ||
"eslint-config-airbnb-base": "^10.0.1", | ||
"eslint-plugin-filenames": "^1.1.0", | ||
"eslint-plugin-import": "^1.16.0", | ||
"eslint-plugin-jasmine": "^1.8.1", | ||
"eslint-plugin-jsx-a11y": "^2.2.3", | ||
"eslint-plugin-react": "^6.4.1", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jasmine": "^2.1.0", | ||
"istanbul": "^0.4.5" | ||
} | ||
} |
Please register or sign in to comment