eslint-plugin-tsc

v1.2.0
eslint-plugin-tsc

test

npm run eslint && npm run tscheck && npm run test:r

test:r

npm run mocha -- src/*.spec.ts

mocha

node -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --timeout 5000

test:w

npm run mocha -- --watch-extensions ts --watch src/**/*.spec.ts

test:d

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

tscheck

echo tscheck... && tsc --noEmit

tscheck:w

npm run tscheck -- --watch

tsclint

tsc --noEmit --pretty false --strictNullChecks --forceConsistentCasingInFileNames --noImplicitReturns --noImplicitThis --noUnusedLocals --noUnusedParameters

tsclint:w

npm run tsclint -- --watch

eslint

eslint src --ext ts

eslint:fix

eslint src --ext "ts" --fix

eslint:w

chokidar "src/**/*.ts" --initial -c "npm run eslint"

semantic-release

semantic-release

prepublishOnly

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

build

tsc

prebuild

npm run clean

clean

rimraf dist

commit

git-cz

Metadata

  • MIT
  • >=6
  • Unknown
  • released 8/24/2018

Downloads

Maintainers