Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8abf892

Browse files
jheijmansTimer
authored andcommitted
Fixing the code splitting links in the ESLint output (#5586)
1 parent 952e7b1 commit 8abf892

File tree

1 file changed

+2
-2
lines changed
  • packages/eslint-config-react-app

1 file changed

+2
-2
lines changed

‎packages/eslint-config-react-app/index.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ module.exports = {
167167
object: 'require',
168168
property: 'ensure',
169169
message:
170-
'Please use import() instead. More info: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#code-splitting',
170+
'Please use import() instead. More info: https://facebook.github.io/create-react-app/docs/code-splitting',
171171
},
172172
{
173173
object: 'System',
174174
property: 'import',
175175
message:
176-
'Please use import() instead. More info: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#code-splitting',
176+
'Please use import() instead. More info: https://facebook.github.io/create-react-app/docs/code-splitting',
177177
},
178178
],
179179
'getter-return': 'warn',

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /