eslint-config-brad

v1.0.2
Brad's ESlint config

build

make build

ci

make ci

clean

rimraf -g ./dist/

lint

eslint --cache ./src ./scripts --ext .ts

format-no-write

prettier-eslint src/**/*.ts scripts/**/*.ts types/*.d.ts --eslint-config-path=.eslintrc.js --eslint-ignore --prettier-ignore --eslint-path=node_modules/eslint --config=.prettierrc

format

yarn format-no-write --write

format-check

yarn format-no-write --list-different

precommit

yarn format-check && yarn lint && yarn typecheck

prepush

make ci

regenerate-types

make regenerate-types

typecheck

tsc -p ./tsconfig.json --noEmit

Metadata

  • MIT
  • Whatever
  • Brad Zacher
  • released 1/23/2019

Downloads

Maintainers