Skip to content

Commit 4574a8c

Browse files
keikgaearon
authored andcommitted
Remove eslintConfig from package.json in examples (#2035)
1 parent 7c5d761 commit 4574a8c

File tree

9 files changed

+0
-27
lines changed

9 files changed

+0
-27
lines changed

examples/async/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@
1717
"start": "react-scripts start",
1818
"build": "react-scripts build",
1919
"eject": "react-scripts eject"
20-
},
21-
"eslintConfig": {
22-
"extends": "./node_modules/react-scripts/config/eslint.js"
2320
}
2421
}

examples/counter/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
"build": "react-scripts build",
1919
"eject": "react-scripts eject",
2020
"test": "react-scripts test"
21-
},
22-
"eslintConfig": {
23-
"extends": "./node_modules/react-scripts/config/eslint.js"
2421
}
2522
}

examples/real-world/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@
2525
"start": "react-scripts start",
2626
"build": "react-scripts build",
2727
"eject": "react-scripts eject"
28-
},
29-
"eslintConfig": {
30-
"extends": "./node_modules/react-scripts/config/eslint.js"
3128
}
3229
}

examples/shopping-cart/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,5 @@
2020
"build": "react-scripts build",
2121
"eject": "react-scripts eject",
2222
"test": "react-scripts test"
23-
},
24-
"eslintConfig": {
25-
"extends": "./node_modules/react-scripts/config/eslint.js"
2623
}
2724
}

examples/todomvc/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,5 @@
2020
"build": "react-scripts build",
2121
"eject": "react-scripts eject",
2222
"test": "react-scripts test"
23-
},
24-
"eslintConfig": {
25-
"extends": "./node_modules/react-scripts/config/eslint.js"
2623
}
2724
}

examples/todos-flow/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
"build": "react-scripts build",
1919
"eject": "react-scripts eject",
2020
"test": "react-scripts test"
21-
},
22-
"eslintConfig": {
23-
"extends": "./node_modules/react-scripts/config/eslint.js"
2421
}
2522
}

examples/todos-with-undo/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@
1616
"start": "react-scripts start",
1717
"build": "react-scripts build",
1818
"eject": "react-scripts eject"
19-
},
20-
"eslintConfig": {
21-
"extends": "./node_modules/react-scripts/config/eslint.js"
2219
}
2320
}

examples/todos/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
"build": "react-scripts build",
1919
"eject": "react-scripts eject",
2020
"test": "react-scripts test"
21-
},
22-
"eslintConfig": {
23-
"extends": "./node_modules/react-scripts/config/eslint.js"
2421
}
2522
}

examples/tree-view/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@
1919
"build": "react-scripts build",
2020
"eject": "react-scripts eject",
2121
"test": "react-scripts test"
22-
},
23-
"eslintConfig": {
24-
"extends": "./node_modules/react-scripts/config/eslint.js"
2522
}
2623
}

0 commit comments

Comments
 (0)