Tweak init.js after merge

This commit is contained in:
Joe Haddad
2018-09-21 08:19:14 -04:00
parent 2aaf71eed0
commit 7be14b914f

View File

@@ -97,12 +97,13 @@ module.exports = function(
test: 'react-scripts test --env=jsdom',
eject: 'react-scripts eject',
};
// Setup the eslint config
appPackage.eslintConfig = {
'extends': 'react-app'
extends: 'react-app',
};
// Setup the browsers list
appPackage.browserslist = defaultBrowsers;
fs.writeFileSync(