We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import/first
1 parent 24b8f35 commit 97575b2Copy full SHA for 97575b2
README.md
@@ -1239,7 +1239,7 @@ Other Style Guides
1239
1240
<a name="modules--imports-first"></a>
1241
- [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)
+ eslint: [`import/first`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/first.md)
1243
> Why? Since `import`s are hoisted, keeping them all at the top prevents surprising behavior.
1244
1245
```javascript
0 commit comments