feat(import): Rule "first"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 18:48:49 +04:00
parent 9b25e5c0d1
commit 5abf93f0e1
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 4 additions and 1 deletions

View File

@ -288,7 +288,7 @@
- [ ] "export"
- [X] "exports-last"
- [ ] "extensions"
- [ ] "first"
- [X] "first"
- [ ] "group-exports"
- [ ] "imports-first"
- [ ] "max-dependencies"

View File

@ -1,5 +1,8 @@
{
"import/exports-last": [
"error"
],
"import/first": [
"error"
]
}