megalodon/sideci.yml
2018-11-19 22:08:49 +09:00

9 lines
171 B
YAML

linter:
tslint:
npm_install: true
config: 'tslint.json'
exclude: 'node_modules/**'
project: 'tsconfig.json'
type-check: true
glob: '**/*.ts{,x}'