@typescript-eslint/utils

v5.17.1-alpha.2
Utilities for working with TypeScript + ESLint together
eslint typescript estree

lint

eslint . --ext .js,.ts --ignore-path='../../.eslintignore'

test

jest --coverage

build

tsc -b tsconfig.build.json

clean

tsc -b tsconfig.build.json --clean

format

prettier --write "./**/*.{ts,js,json,md}" --ignore-path ../../.prettierignore

postbuild

downlevel-dts dist _ts3.4/dist

postclean

rimraf dist && rimraf _ts3.4 && rimraf coverage

typecheck

tsc -p tsconfig.json --noEmit
npm i @typescript-eslint/[email protected]

Metadata

  • MIT
  • ^12.22.0 || ^14.17.0 || >=16.0.0
  • Unknown
  • released 3/30/2022

Downloads

Maintainers