lint: turn on @stylistic/js/semi
This commit is contained in:
parent
b93db7ac0e
commit
b9d12bc8cd
5 changed files with 7 additions and 6 deletions
|
@ -25,6 +25,7 @@ export default [
|
|||
"no-var": "error",
|
||||
"@stylistic/js/indent": ["warn", "tab"],
|
||||
"@stylistic/js/quotes": ["warn", "double"],
|
||||
"@stylistic/js/semi": "warn",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue