@khanacademy/eslint-plugin
Advanced tools
Comparing version 0.3.3 to 0.4.0
@@ -9,2 +9,3 @@ module.exports = { | ||
"jest-async-use-real-timers": require("./rules/jest-async-use-real-timers.js"), | ||
"jest-enzyme-matchers": require("./rules/jest-enzyme-matchers.js"), | ||
"react-no-method-jsx-attribute": require("./rules/react-no-method-jsx-attribute.js"), | ||
@@ -11,0 +12,0 @@ "react-no-subscriptions-before-mount": require("./rules/react-no-subscriptions-before-mount.js"), |
@@ -83,3 +83,3 @@ const t = require("@babel/types"); | ||
"Require a call to jest.useRealTimers() before or in all async tests.", | ||
category: "react", | ||
category: "jest", | ||
recommended: false, | ||
@@ -86,0 +86,0 @@ }, |
{ | ||
"name": "@khanacademy/eslint-plugin", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -15,4 +15,5 @@ # eslint-plugin-khan | ||
- [khan/jest-async-use-real-timers](docs/jest-async-use-real-timers.md) | ||
- [khan/jest-enzyme-matchers](docs/jest-enzyme-matchers.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) | ||
- [khan/react-svg-path-precision](docs/react-svg-path-precision.md) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39393
15
904
19