Skip to content

Commit f694309

Browse files
committed
Tweak init.js after merge
1 parent 8687677 commit f694309

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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)