eslint-config-cmdn-react
ESLint config for React and Typescript projects by CMDN
Purpose
This package provides a custom ESLint configuration tailored for React projects using TypeScript. It includes rules and plugins to ensure code quality, consistency, and adherence to best practices.
Installation
To use this ESLint configuration in your project, follow these steps:
- Install this custom ESLint config::
npm install eslint-config-cmdn-react --save-dev
- Create an .eslintrc.js file in the root directory of your project and extend this configuration:
module.exports = {
extends: ['eslint-config-cmdn-react'],
}
License
This project is licensed under the MIT License.