Skip to content

Latest commit

 

History

History

eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

@toruslabs/eslint-config-vue

Sharable ESLint config for React repositories at Torus Labs.

Please use the @toruslabs/eslint-config-react package in your project.

Work with Eslint ^9.0.0, flat config file.

Usage

npm install --save-dev @toruslabs/eslint-config-react

In your project, add the following to your .eslintrc.js file:

import torusReactConfig from "@toruslabs/eslint-config-react";

export default [
  ...torusReactConfig,
  {
    // your custom rules and config here
  },
];