@cedarjs/eslint-plugin 2.2.2-next.0 → 2.2.2-next.31
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/dist/index.js +5 -5
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -16,13 +16,13 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
21
|
-
default: () =>
|
|
19
|
+
var src_exports = {};
|
|
20
|
+
__export(src_exports, {
|
|
21
|
+
default: () => src_default,
|
|
22
22
|
meta: () => meta,
|
|
23
23
|
rules: () => rules
|
|
24
24
|
});
|
|
25
|
-
module.exports = __toCommonJS(
|
|
25
|
+
module.exports = __toCommonJS(src_exports);
|
|
26
26
|
var import_process_env_computed = require("./process-env-computed.js");
|
|
27
27
|
var import_service_type_annotations = require("./service-type-annotations.js");
|
|
28
28
|
var import_unsupported_route_components = require("./unsupported-route-components.js");
|
|
@@ -36,7 +36,7 @@ const rules = {
|
|
|
36
36
|
"unsupported-route-components": import_unsupported_route_components.unsupportedRouteComponents
|
|
37
37
|
};
|
|
38
38
|
const plugin = { meta, rules };
|
|
39
|
-
var
|
|
39
|
+
var src_default = plugin;
|
|
40
40
|
// Annotate the CommonJS export names for ESM import in node:
|
|
41
41
|
0 && (module.exports = {
|
|
42
42
|
meta,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/eslint-plugin",
|
|
3
|
-
"version": "2.2.2-next.
|
|
3
|
+
"version": "2.2.2-next.31+ff2776832",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"eslint": "8.57.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@cedarjs/framework-tools": "2.2.2-next.
|
|
29
|
+
"@cedarjs/framework-tools": "2.2.2-next.31",
|
|
30
30
|
"@types/eslint": "8.56.12",
|
|
31
31
|
"@types/estree": "1.0.8",
|
|
32
32
|
"@typescript-eslint/parser": "8.50.1",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "ff2776832afcb70cd4ca38986ec4e37043e1c44b"
|
|
42
42
|
}
|