react/scripts/eslint-rules
Esteban afbc2d08f4
Remove unused react-internal/invariant-args ESLint rule. (#22778)
2021-11-16 20:11:20 +00:00
..
__tests__ Remove unused react-internal/invariant-args ESLint rule. (#22778) 2021-11-16 20:11:20 +00:00
README.md Simplify Jest config a little bit (#11242) 2017-10-16 23:17:00 +01:00
index.js Remove unused react-internal/invariant-args ESLint rule. (#22778) 2021-11-16 20:11:20 +00:00
no-cross-fork-imports.js Cross-fork lint: Support named export declaration (#20784) 2021-02-10 11:01:52 -08:00
no-cross-fork-types.js feat(eslint-plugin-react-internal): support ESLint 8.x (#22249) 2021-09-06 20:42:40 +01:00
no-primitive-constructors.js Improve DEV errors if string coercion throws (Temporal.*, Symbol, etc.) (#22064) 2021-09-27 10:05:07 -07:00
no-production-logging.js feat(eslint-plugin-react-internal): support ESLint 8.x (#22249) 2021-09-06 20:42:40 +01:00
no-to-warn-dev-within-to-throw.js feat(eslint-plugin-react-internal): support ESLint 8.x (#22249) 2021-09-06 20:42:40 +01:00
package.json Simplify Jest config a little bit (#11242) 2017-10-16 23:17:00 +01:00
prod-error-codes.js [RFC] Codemod invariant -> throw new Error (#22435) 2021-09-30 12:01:28 -07:00
safe-string-coercion.js Improve DEV errors if string coercion throws (Temporal.*, Symbol, etc.) (#22064) 2021-09-27 10:05:07 -07:00
warning-args.js feat(eslint-plugin-react-internal): support ESLint 8.x (#22249) 2021-09-06 20:42:40 +01:00

README.md

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.