@frankhoodbs/eslint-config-ts
v5.0.0
Published
Shared eslint configuration for typescript
Keywords
Readme
@frankhoodbs/eslint-config-ts
Shared ESLint configuration for TypeScript projects by Frankhood Business Solutions s.r.l.
Features
- Provides essential linting configurations for TypeScript projects.
- Integrated with Prettier for consistent code formatting.
- Includes Jest configurations for linting test files.
- Offers a set of recommended rules for TypeScript.
Installation
npm install @frankhoodbs/eslint-config-ts --save-devUsage
In your .eslintrc.js or .eslintrc.json:
export default {
extends: ["@frankhoodbs/eslint-config-ts"]
};Dependencies
This package relies on the following dependencies:
@typescript-eslint/eslint-plugin@typescript-eslint/parsereslinteslint-config-prettiereslint-plugin-prettier
License
This project is licensed under the ISC License.
Author
Frankhood Business Solutions s.r.l.
- Email: [email protected]
- Website: Frankhood Business Solutions
