1.0.1 • Published 5 years ago

s2s-hook-tslint v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.0

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago