1.0.1 • Published 6 years ago

s2s-hook-tslint v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

s2s-hook-tslint

tslint for s2s

Example

const tslint = require('s2s-hook-tslint').default

module.exports = {
  watch: './**/*.ts',
  plugins: [
    // plugins...
  ],
  prettier: false,
  afterHooks: [
    tslint({
      test: /\.(ts|tsx)/,
    }),
  ],
}

Options

test

type: regex default: /\.(ts|tsx)$/

lintConfig

type: string default: tslint.json

1.0.1

6 years ago

1.0.0

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

8 years ago