forked from FoundKeyGang/FoundKey
chore(lint): add semi-spacing to shared linter
this is a subset of misskey/0de973d293e5f489f0fd55d2409d5d2cbea4809c
This commit is contained in:
parent
bded2ef4dc
commit
7a824ca064
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ module.exports = {
|
|||
}],
|
||||
'eol-last': ['error', 'always'],
|
||||
'semi': ['error', 'always'],
|
||||
'semi-spacing': ['error', { 'before': false, 'after': true }],
|
||||
'quotes': ['warn', 'single'],
|
||||
'comma-dangle': ['warn', 'always-multiline'],
|
||||
'keyword-spacing': ['error', {
|
||||
|
|
Loading…
Reference in a new issue