feat(import): Rule "first"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@@ -288,7 +288,7 @@
|
|||||||
- [ ] "export"
|
- [ ] "export"
|
||||||
- [X] "exports-last"
|
- [X] "exports-last"
|
||||||
- [ ] "extensions"
|
- [ ] "extensions"
|
||||||
- [ ] "first"
|
- [X] "first"
|
||||||
- [ ] "group-exports"
|
- [ ] "group-exports"
|
||||||
- [ ] "imports-first"
|
- [ ] "imports-first"
|
||||||
- [ ] "max-dependencies"
|
- [ ] "max-dependencies"
|
||||||
|
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"import/exports-last": [
|
"import/exports-last": [
|
||||||
"error"
|
"error"
|
||||||
|
],
|
||||||
|
"import/first": [
|
||||||
|
"error"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user