Fix sider settings

This commit is contained in:
AkiraFukushima 2018-11-19 22:08:49 +09:00
parent e9880da40f
commit e76accfc35

View file

@ -1,8 +1,8 @@
linter:
tslint:
npm_install: true
dir:
- src
options:
config: 'tslint.json'
ext: '.ts'
config: 'tslint.json'
exclude: 'node_modules/**'
project: 'tsconfig.json'
type-check: true
glob: '**/*.ts{,x}'