Skip to content

Commit

Permalink
Tweak init.js after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Sep 21, 2018
1 parent 2aaf71e commit 7be14b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/react-scripts/scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7be14b9

Please sign in to comment.