1.0.3 • Published 3 years ago

eslint-plugin-react-lazy-notation v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

It is common plugin. I use it in Visual Code.

Edit your eslint conf: 1. Add react-lazy-notation to your plugins section 2. Add react-lazy-notation/react-lazy-notation to your rule notation

Hint

{
  "plugins": [
    "react-lazy-notation"
  ],
  "rules": {
    "react-lazy-notation/react-lazy-notation": "error"
  }
}