Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to disable react in jsx scope eslint

/*SM*/
{
  // ...
  "rules": {
    // ...
    "react/jsx-uses-react": "off",
    "react/react-in-jsx-scope": "off"
  }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #disable #react #jsx #scope #eslint
ADD COMMENT
Topic
Name
9+4 =