0.1.0 • Published 2 years ago

@yurychang/eslint-config-react v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago