eslint-plugin-tslint

v3.1.0
TSLint wrapper plugin for ESLint
eslint eslintplugin eslint-plugin tslint

test

npm run eslint && npm run tscheck && npm run test:cov

tscheck

echo tscheck... && tsc --noEmit

test:r

mocha -r ts-node/register/transpile-only --timeout 8s test/*.spec.ts

test:w

mocha -r ts-node/register/transpile-only --watch-extensions ts --watch --timeout 8s test/**/*.spec.ts

test:cov

nyc mocha --timeout 8s test/**/*.spec.ts

test:d

node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-extensions ts --watch test/**/*.spec.ts

eslint

eslint src --ext ts

prepublishOnly

npm run build && sed -i -e 's/_devDependencies/__devDependencies/g' package.json

build

tsc

prebuild

npm run clean

clean

rm -rf dist/

cz

git-cz
npm i eslint-plugin-tslint

Metadata

  • MIT
  • Whatever
  • James Henry
  • released 10/19/2018

Downloads

Maintainers