eslint-plugin-react-compat
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,1 +1,5 @@ | ||
## 0.0.3 | ||
* Fix export by using CommonJS instead of ES6 modules for index. | ||
## 0.0.2 | ||
@@ -2,0 +6,0 @@ |
@@ -1,15 +0,4 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = void 0; | ||
var _noArrayRender = _interopRequireDefault(require("./rules/no-array-render")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var _default = { | ||
module.exports = { | ||
configs: { | ||
'react-compat': { | ||
recommended: { | ||
rules: { | ||
@@ -21,5 +10,4 @@ 'react-compat/no-array-render': 2 | ||
rules: { | ||
'no-array-render': _noArrayRender.default | ||
'no-array-render': require('./rules/no-array-render').default | ||
} | ||
}; | ||
exports.default = _default; | ||
}; |
{ | ||
"name": "eslint-plugin-react-compat", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Make sure your React code is compatible with Inferno and Preact.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
7385
102