feat(import): Rule "newline-after-import"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -5,6 +5,12 @@
|
||||
"import/first": [
|
||||
"error"
|
||||
],
|
||||
"import/newline-after-import": [
|
||||
"error",
|
||||
{
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"import/no-webpack-loader-syntax": [
|
||||
"error"
|
||||
]
|
||||
|
Reference in New Issue
Block a user