@activescott/eslint-config

v2.3.5
An ESLint sharable config for TypeScript.

build:cjs

rm -rfd ./dist/cjs; ./node_modules/.bin/tsc --project tsconfig.cjs.json

build

rm -rfd ./dist && npm run build:cjs

lint

prettier -l "{,!(node_modules)/**/}*.{ts,tsx,md,yml,json,html}" && npm run eslint

eslint

eslint . --ext .ts

lint-fix

prettier --write "{,!(node_modules)/**/}*.{ts,tsx,md,yml,json,html}" && npm run eslint --fix

test

jest --all --ci

dev

jest --watch

pretest

npm run lint

prepublishOnly

npm run lint && npm run build
npm i @activescott/[email protected]

Metadata

  • MIT
  • ^10 || >=12
  • Scott Willeke
  • released 3/12/2022

Downloads

Maintainers