0.1.0 • Published 7 months ago

@yurychang/eslint-config-react v0.1.0

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

Shared ESLint configuration for React projects

Usage

  1. Install this package and peer dependencies
$ npm i -D @yurychang/eslint-config-react @yurychang/eslint-config eslint-plugin-react-hooks eslint-plugin-react-refresh eslint
  1. Use ESLint config in your project

Create a .eslintrc.js file in project root with the following content:

module.exports = {
  extends: ['@yurychang/react'],
};
0.1.0

7 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago