react/scripts/eslint-rules
Andrew Clark 9cdf8a99ed
[Codemod] Update copyright header to Meta (#25315)
* Facebook -> Meta in copyright

rg --files | xargs sed -i 's#Copyright (c) Facebook, Inc. and its affiliates.#Copyright (c) Meta Platforms, Inc. and affiliates.#g'

* Manual tweaks
2022-10-18 11:19:24 -04:00
..
__tests__ [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04: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 [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
no-cross-fork-types.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
no-primitive-constructors.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
no-production-logging.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
no-to-warn-dev-within-to-throw.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
package.json Simplify Jest config a little bit (#11242) 2017-10-16 23:17:00 +01:00
prod-error-codes.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
safe-string-coercion.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
warning-args.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04: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.