Skip to content

Commit 7be14b9

Browse files
committed
Tweak init.js after merge
1 parent 2aaf71e commit 7be14b9

File tree

1 file changed

+3
-2
lines changed
  • packages/react-scripts/scripts

1 file changed

+3
-2
lines changed

packages/react-scripts/scripts/init.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,13 @@ module.exports = function(
9797
test: 'react-scripts test --env=jsdom',
9898
eject: 'react-scripts eject',
9999
};
100-
100+
101101
// Setup the eslint config
102102
appPackage.eslintConfig = {
103-
'extends': 'react-app'
103+
extends: 'react-app',
104104
};
105105

106+
// Setup the browsers list
106107
appPackage.browserslist = defaultBrowsers;
107108

108109
fs.writeFileSync(

0 commit comments

Comments
 (0)