eslint-plugin-rxjs-angular

v2.0.0
ESLint rules for RxJS and Angular
lint rules eslint rxjs angular

dist

yarn run lint && yarn run dist:build

dist:build

yarn run dist:clean && tsc -p tsconfig-dist.json

dist:clean

rimraf dist

lint

eslint source/**/*.ts tests/**/*.ts

prepare

husky install

prepublishOnly

yarn run test && yarn run dist

prettier

prettier --write "./{src,tests}/**/*.{js,json,ts,tsx}"

prettier:ci

prettier --check "./{src,tests}/**/*.{js,json,ts,tsx}"

test

yarn run test:rules

test:debug

mocha -r ts-node/register -t 5000 tests/rules/prefer-async-pipe.ts

test:rules

mocha -r ts-node/register -t 5000 tests/rules/*.ts

Metadata

  • MIT
  • Whatever
  • Nicholas Jamieson
  • released 10/17/2021

Downloads

Maintainers