update eslint rules

This commit is contained in:
syuilo
2022-07-02 23:01:13 +09:00
parent 9c6a220810
commit 0de973d293
2 changed files with 2 additions and 2 deletions

View File

@ -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', {