@typescript-eslint/utils

v8.5.1-alpha.7
Utilities for working with TypeScript + ESLint together
eslint typescript estree

lint

npx nx lint

test

jest --coverage

build

tsc -b tsconfig.build.json

clean

tsc -b tsconfig.build.json --clean

format

prettier --write "./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}" --ignore-path ../../.prettierignore

postbuild

downlevel-dts dist _ts4.3/dist --to=4.3

postclean

rimraf dist && rimraf _ts3.4 && rimraf _ts4.3 && rimraf coverage

typecheck

tsc --noEmit
npm i @typescript-eslint/[email protected]

Metadata

  • MIT
  • ^18.18.0 || ^20.9.0 || >=21.1.0
  • Unknown
  • released 9/13/2024

Downloads