eslint-code-review
Advanced tools
Comparing version
@@ -13,5 +13,5 @@ 'use strict'; | ||
var CodeChecker = function () { | ||
function CodeChecker(code, config) { | ||
_classCallCheck(this, CodeChecker); | ||
var ESLintCodeReview = function () { | ||
function ESLintCodeReview(code, config) { | ||
_classCallCheck(this, ESLintCodeReview); | ||
@@ -23,3 +23,3 @@ this.config = config; | ||
_createClass(CodeChecker, [{ | ||
_createClass(ESLintCodeReview, [{ | ||
key: 'ruleErrors', | ||
@@ -69,5 +69,5 @@ value: function ruleErrors(ruleId) { | ||
return CodeChecker; | ||
return ESLintCodeReview; | ||
}(); | ||
exports.default = CodeChecker; | ||
exports.default = ESLintCodeReview; |
{ | ||
"name": "eslint-code-review", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Useful for writing unit tests with ESLint", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3800
0.8%0
-100%