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"
|
||||
- [X] "exports-last"
|
||||
- [ ] "extensions"
|
||||
- [ ] "first"
|
||||
- [X] "first"
|
||||
- [ ] "group-exports"
|
||||
- [ ] "imports-first"
|
||||
- [ ] "max-dependencies"
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"import/exports-last": [
|
||||
"error"
|
||||
],
|
||||
"import/first": [
|
||||
"error"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user