feat(import): Rule "first"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
9b25e5c0d1
commit
5abf93f0e1
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user