tslint-lines-between-class-members

v1.3.5
Custom rule for TSLint to enforce blank lines between class methods - achieves a similar thing to lines-between-class-members in ESLint
tslint custom-tslint-rule

postinstall

cd ./integration && yarn

lint

tslint --config tslint.json --exclude node_modules **/*.ts

test

ava-ts src/**/test/**/*.spec.ts --verbose

test:watch

concurrently "yarn test --watch" "yarn compile:watch" -n "ava,tsc" -p -c "magenta,blue"

compile

tsc

compile:watch

tsc --watch

prepublish

yarn compile

Metadata

  • ISC
  • Whatever
  • Heather Roberts
  • released 7/20/2019

Downloads

Maintainers