Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

custom eslint config react hooks

{  "plugins": [    // ...    "react-hooks"  ],  "rules": {    // ...    "react-hooks/rules-of-hooks": "error",    "react-hooks/exhaustive-deps": "warn"  }}
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #custom #eslint #config #react #hooks
ADD COMMENT
Topic
Name
4+4 =