feat(import): Rule "exports-last"

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

View File

@ -286,7 +286,7 @@
- [ ] "default"
- [ ] "dynamic-import-chunkname"
- [ ] "export"
- [ ] "exports-last"
- [X] "exports-last"
- [ ] "extensions"
- [ ] "first"
- [ ] "group-exports"

View File

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