0.0.2 • Published 2 years ago

@luanvuvt/eslint-plugin-react v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@monstarlab/eslint-plugin-react

Usage

.eslintrc.js

module.exports = {
  extends: ["plugin:@monstarlab/react/app"],
};

Development

Local testing

  1. Go to the repository folder and run command
yarn add {path_to_the_eslint-plugin-react_folder}

For example

yarn add /Users/luan.vu/work/mlvn/projects/oss/repo/web-frontend-common-packages/packages/eslint-plugin-react
  1. Follow the Usage guide above