From b2f968eaf42a1a338a4871ace0aadc7df44168f9 Mon Sep 17 00:00:00 2001 From: keik Date: Fri, 14 Oct 2016 21:38:55 +0900 Subject: [PATCH] Remove eslintConfig from package.json in examples --- examples/async/package.json | 3 --- examples/counter/package.json | 3 --- examples/real-world/package.json | 3 --- examples/shopping-cart/package.json | 3 --- examples/todomvc/package.json | 3 --- examples/todos-flow/package.json | 3 --- examples/todos-with-undo/package.json | 3 --- examples/todos/package.json | 3 --- examples/tree-view/package.json | 3 --- 9 files changed, 27 deletions(-) diff --git a/examples/async/package.json b/examples/async/package.json index 7fc66db343..4ce5b59a94 100644 --- a/examples/async/package.json +++ b/examples/async/package.json @@ -17,8 +17,5 @@ "start": "react-scripts start", "build": "react-scripts build", "eject": "react-scripts eject" - }, - "eslintConfig": { - "extends": "./node_modules/react-scripts/config/eslint.js" } } diff --git a/examples/counter/package.json b/examples/counter/package.json index 61a23ac6ac..9feb0bb332 100644 --- a/examples/counter/package.json +++ b/examples/counter/package.json @@ -18,8 +18,5 @@ "build": "react-scripts build", "eject": "react-scripts eject", "test": "react-scripts test" - }, - "eslintConfig": { - "extends": "./node_modules/react-scripts/config/eslint.js" } } diff --git a/examples/real-world/package.json b/examples/real-world/package.json index df04346002..d6b1466084 100644 --- a/examples/real-world/package.json +++ b/examples/real-world/package.json @@ -25,8 +25,5 @@ "start": "react-scripts start", "build": "react-scripts build", "eject": "react-scripts eject" - }, - "eslintConfig": { - "extends": "./node_modules/react-scripts/config/eslint.js" } } diff --git a/examples/shopping-cart/package.json b/examples/shopping-cart/package.json index be72abbd79..3257ebe2a9 100644 --- a/examples/shopping-cart/package.json +++ b/examples/shopping-cart/package.json @@ -20,8 +20,5 @@ "build": "react-scripts build", "eject": "react-scripts eject", "test": "react-scripts test" - }, - "eslintConfig": { - "extends": "./node_modules/react-scripts/config/eslint.js" } } diff --git a/examples/todomvc/package.json b/examples/todomvc/package.json index 8eea2fafed..ff07c13583 100644 --- a/examples/todomvc/package.json +++ b/examples/todomvc/package.json @@ -20,8 +20,5 @@ "build": "react-scripts build", "eject": "react-scripts eject", "test": "react-scripts test" - }, - "eslintConfig": { - "extends": "./node_modules/react-scripts/config/eslint.js" } } diff --git a/examples/todos-flow/package.json b/examples/todos-flow/package.json index fbf6744919..ea29f99c1e 100644 --- a/examples/todos-flow/package.json +++ b/examples/todos-flow/package.json @@ -18,8 +18,5 @@ "build": "react-scripts build", "eject": "react-scripts eject", "test": "react-scripts test" - }, - "eslintConfig": { - "extends": "./node_modules/react-scripts/config/eslint.js" } } diff --git a/examples/todos-with-undo/package.json b/examples/todos-with-undo/package.json index 2b8cc4bfb0..11154d3fc3 100644 --- a/examples/todos-with-undo/package.json +++ b/examples/todos-with-undo/package.json @@ -16,8 +16,5 @@ "start": "react-scripts start", "build": "react-scripts build", "eject": "react-scripts eject" - }, - "eslintConfig": { - "extends": "./node_modules/react-scripts/config/eslint.js" } } diff --git a/examples/todos/package.json b/examples/todos/package.json index fbf6744919..ea29f99c1e 100644 --- a/examples/todos/package.json +++ b/examples/todos/package.json @@ -18,8 +18,5 @@ "build": "react-scripts build", "eject": "react-scripts eject", "test": "react-scripts test" - }, - "eslintConfig": { - "extends": "./node_modules/react-scripts/config/eslint.js" } } diff --git a/examples/tree-view/package.json b/examples/tree-view/package.json index 3cc5ecaaa3..bb2ce7a52c 100644 --- a/examples/tree-view/package.json +++ b/examples/tree-view/package.json @@ -19,8 +19,5 @@ "build": "react-scripts build", "eject": "react-scripts eject", "test": "react-scripts test" - }, - "eslintConfig": { - "extends": "./node_modules/react-scripts/config/eslint.js" } }