Remove JSX/React eslint plugins.
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
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