We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslintConfig
1 parent dc74990 commit 8af019bCopy full SHA for 8af019b
1 file changed
packages/react-scripts/scripts/init.js
@@ -42,6 +42,11 @@ module.exports = function(
42
test: 'react-scripts test --env=jsdom',
43
eject: 'react-scripts eject',
44
};
45
+
46
+ // Setup the eslint config
47
+ appPackage.eslintConfig = {
48
+ 'extends': 'react-app'
49
+ };
50
51
fs.writeFileSync(
52
path.join(appPath, 'package.json'),
0 commit comments