@theorem/eslint-plugin

v12.0.0
This tool provides some benefits on top of eslint:

build

rm -rf dist && NODE_ENV=production tsc

format

prettier --write .

format-verify

prettier --check .

lint

eslint .

prepublishOnly

npm run verify && npm run build

start-building

rm -rf dist && NODE_ENV=production tsc --watch

test

ava

typecheck

tsc --noEmit

verify

npm run typecheck && npm run lint && npm run test && npm run format-verify
npm i @theorem/eslint-plugin

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 12/20/2021

Downloads