react/scripts/eslint-rules
2019-12-06 14:15:26 +00:00
..
__tests__ Nicer messages 2019-12-05 17:17:01 +00:00
index.js add rule over 2019-12-05 13:31:01 +00:00
no-primitive-constructors.js Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
no-production-logging.js also wrap lowPriorityWarning 2019-12-06 14:15:26 +00:00
no-to-warn-dev-within-to-throw.js Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
package.json Simplify Jest config a little bit (#11242) 2017-10-16 23:17:00 +01:00
README.md Simplify Jest config a little bit (#11242) 2017-10-16 23:17:00 +01:00
warning-and-invariant-args.js Lint rule for unminified errors (#15757) 2019-05-29 11:29:04 -07:00

Custom ESLint Rules

This is a dummy npm package that allows us to treat it as an eslint-plugin. It's not actually published, nor are the rules here useful for users of React. If you want to lint your React code, try https://github.com/yannickcr/eslint-plugin-react.

If you modify this rule, you must re-run npm install ./eslint-rules for it to take effect.