packages
eslint-config-react-app
index.js +2 -0
package.json +1 -1
react-scripts
package.json +1 -1
package.json +1 -1
Created by: fson
Some new rules had been added that are a good fit for this project. All of these are either already runtime warnings in React (no-danger-with-children, style-prop-object) or React features that are going to be deprecated in the future (no-find-dom-node). The new rules:
react/no-danger-with-children
(yannickcr/eslint-plugin-react#710)react/no-find-dom-node
(yannickcr/eslint-plugin-react#678)react/style-prop-object
(yannickcr/eslint-plugin-react#715)Preferences