react/eslint-rules
Andrew Clark 7d5cc2eee3 Add test for no-primitive-constructors rule 2017-02-28 18:57:06 -08:00
..
__tests__ Add test for no-primitive-constructors rule 2017-02-28 18:57:06 -08:00
README.md Load custom eslint rules as plugin, w/o --rulesdir 2015-06-04 17:04:45 -07:00
index.js Rename rule to no-primitive-constructors 2017-02-28 18:57:06 -08:00
no-primitive-constructors.js Add test for no-primitive-constructors rule 2017-02-28 18:57:06 -08:00
package.json Load custom eslint rules as plugin, w/o --rulesdir 2015-06-04 17:04:45 -07:00
warning-and-invariant-args.js Year-agnostic copyright message, like React Native uses, to prevent the need for yearly changes. 2015-12-29 20:20:32 +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.