feat(eslint): Rule "semi-style"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -113,6 +113,10 @@
|
||||
"before": false
|
||||
}
|
||||
],
|
||||
"semi-style": [
|
||||
"error",
|
||||
"last"
|
||||
],
|
||||
"sort-imports": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user