eslint-plugin-tsc

v1.0.1
eslint-plugin-tsc

t

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

test

npm run eslint && npm run tscheck && npm run t

test:r

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

mocha

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

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

build

tsc

prebuild

npm run clean

clean

rimraf dist

commit

git-cz

Metadata

  • MIT
  • >=6
  • Unknown
  • released 6/11/2018

Downloads

Maintainers