UNPKG

@hotcakes/eslint-config-ts

Version:

A standalone ESLint configuration for TypeScript projects in the Hotcakes ecosystem. Includes TypeScript-specific linting rules and parser options. Designed for projects using tsconfig from @hotcakes/tsconfig.

6 lines (5 loc) 131 B
import tseslint from 'typescript-eslint'; export default tseslint.config( tseslint.configs.strict, tseslint.configs.stylistic, )