@khanacademy/eslint-plugin
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -6,4 +6,5 @@ module.exports = { | ||
"imports-requiring-flow": require("./rules/imports-requiring-flow.js"), | ||
"react-no-method-jsx-attribute": require("./rules/react-no-method-jsx-attribute.js"), | ||
"react-no-subscriptions-before-mount": require("./rules/react-no-subscriptions-before-mount.js"), | ||
}, | ||
}; |
{ | ||
"name": "@khanacademy/eslint-plugin", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -12,2 +12,3 @@ # eslint-plugin-khan | ||
- [khan/imports-requiring-flow](docs/imports-requiring-flow.md) | ||
- [khan/react-no-method-jsx-attribute](docs/react-no-method-jsx-attribute.md) | ||
- [khan/react-no-subscriptions-before-mount](docs/react-no-subscriptions-before-mount.md) |
35514
24
873
14