Skip to content

Commit 97575b2

Browse files
1peteljharb
authored andcommitted
Fix broken rule reference link import/first
1 parent 24b8f35 commit 97575b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ Other Style Guides
12391239
12401240
<a name="modules--imports-first"></a>
12411241
- [10.7](#modules--imports-first) Put all `import`s above non-import statements.
1242-
eslint: [`import/imports-first`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/imports-first.md)
1242+
eslint: [`import/first`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/first.md)
12431243
> Why? Since `import`s are hoisted, keeping them all at the top prevents surprising behavior.
12441244
12451245
```javascript

0 commit comments

Comments
 (0)