Skip to content

Commit

Permalink
Fixing the code splitting links in the ESLint output (facebook#5586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheijmans authored and nate770 committed Oct 30, 2018
1 parent ddabea8 commit 534225a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-react-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ module.exports = {
object: 'require',
property: 'ensure',
message:
'Please use import() instead. More info: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#code-splitting',
'Please use import() instead. More info: https://facebook.github.io/create-react-app/docs/code-splitting',
},
{
object: 'System',
property: 'import',
message:
'Please use import() instead. More info: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#code-splitting',
'Please use import() instead. More info: https://facebook.github.io/create-react-app/docs/code-splitting',
},
],
'getter-return': 'warn',
Expand Down

0 comments on commit 534225a

Please sign in to comment.