1.0.0-alpha.2 • Published 7 months ago

eslint-config-ezze-ts v1.0.0-alpha.2

Weekly downloads
6
License
MIT
Repository
github
Last release
7 months ago

eslint-config-ezze-ts

ESLint configuration for TypeScript.

Installation

pnpm add @eslint/js@^9.16.0 @stylistic/eslint-plugin-js@^2.11.0 @stylistic/eslint-plugin-ts@^2.11.0 eslint@^9.16.0 eslint-plugin-import@^2.31.0 typescript-eslint@^8.17.0 -D

Usage

Create eslint.config.js file in your project and place the following there:

import ezzeTypeScript from 'eslint-config-ezze-ts';

export default [
  ...ezzeTypeScript
];

See Shareable configs for more details.

License

MIT