eslint-config-cmdn-react

1.0.2 • Public • Published

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:

  1. Install this custom ESLint config::
    npm install eslint-config-cmdn-react --save-dev
  2. Create an .eslintrc.js file in the root directory of your project and extend this configuration:
    module.exports = {
      extends: ['eslint-config-cmdn-react'],
      // Other customizations if needed
    }

License

This project is licensed under the MIT License.

/eslint-config-cmdn-react/

    Package Sidebar

    Install

    npm i eslint-config-cmdn-react

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    4.63 kB

    Total Files

    3

    Last publish

    Collaborators

    • dmitry-zaets