0
0
Fork 0

update: lint

This commit is contained in:
Xeltica 2021-01-06 23:51:10 +09:00
parent d16f22feb5
commit 1f45fddee8

View file

@ -31,6 +31,7 @@ module.exports = {
'semi': [ 'semi': [
'error', 'error',
'always' 'always'
] ],
'@typescript-eslint/explicit-module-boundary-types': 'off'
} }
}; };