Skip to content

Commit 608e0e2

Browse files
authored
Merge pull request facebook#351 from aurerua/master
fix: do not add ESLint config to ejected app
2 parents c27879b + 26e43db commit 608e0e2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/react-scripts/scripts/eject.js

-6
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,6 @@ inquirer
208208
presets: ['react-app'],
209209
};
210210

211-
// Add ESlint config
212-
console.log(` Adding ${cyan('ESLint')} configuration`);
213-
appPackage.eslintConfig = {
214-
extends: 'react-app',
215-
};
216-
217211
fs.writeFileSync(
218212
path.join(appPath, 'package.json'),
219213
JSON.stringify(appPackage, null, 2) + '\n'

0 commit comments

Comments
 (0)