@parcel/validator-eslint 2.10.2 → 2.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/EslintValidator.js +2 -3
- package/package.json +5 -5
package/lib/EslintValidator.js
CHANGED
|
@@ -34,7 +34,7 @@ function _assert() {
|
|
|
34
34
|
}
|
|
35
35
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
36
36
|
let cliEngine = null;
|
|
37
|
-
var _default = new (_plugin().Validator)({
|
|
37
|
+
var _default = exports.default = new (_plugin().Validator)({
|
|
38
38
|
async validate({
|
|
39
39
|
asset
|
|
40
40
|
}) {
|
|
@@ -84,5 +84,4 @@ var _default = new (_plugin().Validator)({
|
|
|
84
84
|
}
|
|
85
85
|
return validatorResult;
|
|
86
86
|
}
|
|
87
|
-
});
|
|
88
|
-
exports.default = _default;
|
|
87
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parcel/validator-eslint",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"source": "src/EslintValidator.js",
|
|
18
18
|
"engines": {
|
|
19
19
|
"node": ">= 12.0.0",
|
|
20
|
-
"parcel": "^2.
|
|
20
|
+
"parcel": "^2.11.0"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@parcel/plugin": "2.
|
|
24
|
-
"@parcel/utils": "2.
|
|
23
|
+
"@parcel/plugin": "2.11.0",
|
|
24
|
+
"@parcel/utils": "2.11.0",
|
|
25
25
|
"chalk": "^4.1.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"eslint": "^6.0.0 || ^7.0.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "f8076f1644cabc944695b5ec82602c8ae32bcf21"
|
|
34
34
|
}
|