* Update eslint-loader 1.7.1 -> 1.9.0

* Add eslintPath option

* Update eslint 3.19.0 -> 4.1.1

* Update peer dependencies

* Move eslintPath config to outside @remove-on-eject
This commit is contained in:
Đinh Quang Trung
2017-07-07 17:40:29 +07:00
committed by Dan Abramov
parent 16f0d4a56c
commit bbbc15dc8e
4 changed files with 7 additions and 5 deletions

View File

@@ -136,6 +136,7 @@ module.exports = {
{
options: {
formatter: eslintFormatter,
eslintPath: require.resolve('eslint'),
// @remove-on-eject-begin
baseConfig: {
extends: [require.resolve('eslint-config-react-app')],