@typescript-eslint/utils

v7.1.1-alpha.0
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 -p tsconfig.json --noEmit
npm i @typescript-eslint/[email protected]

Metadata

  • MIT
  • ^16.0.0 || >=18.0.0
  • Unknown
  • released 2/26/2024

Downloads