@exadev/eslint-config 1.2.3 → 1.3.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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{plugin-BSeiZs_j.cjs → plugin-BYYl-Vq6.cjs} +1 -1
- package/dist/{plugin-Bx8s9ONl.js → plugin-l6VVqtbv.js} +1 -1
- package/dist/plugin.cjs +1 -1
- package/dist/plugin.js +1 -1
- package/dist/recommended-type-checked.cjs +3 -2
- package/dist/recommended-type-checked.js +3 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const require_plugin = require("./plugin-
|
|
1
|
+
const require_plugin = require("./plugin-BYYl-Vq6.cjs");
|
|
2
2
|
module.exports = require_plugin.plugin;
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as plugin } from "./plugin-
|
|
1
|
+
import { t as plugin } from "./plugin-l6VVqtbv.js";
|
|
2
2
|
export { plugin as default };
|
package/dist/plugin.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const require_plugin = require("./plugin-
|
|
1
|
+
const require_plugin = require("./plugin-BYYl-Vq6.cjs");
|
|
2
2
|
module.exports = require_plugin.plugin;
|
package/dist/plugin.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as plugin } from "./plugin-
|
|
1
|
+
import { t as plugin } from "./plugin-l6VVqtbv.js";
|
|
2
2
|
export { plugin as default };
|
|
@@ -20,7 +20,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
20
20
|
enumerable: true
|
|
21
21
|
}) : target, mod));
|
|
22
22
|
//#endregion
|
|
23
|
-
const require_plugin = require("./plugin-
|
|
23
|
+
const require_plugin = require("./plugin-BYYl-Vq6.cjs");
|
|
24
24
|
let typescript_eslint = require("typescript-eslint");
|
|
25
25
|
typescript_eslint = __toESM(typescript_eslint, 1);
|
|
26
26
|
//#region src/recommended-type-checked.ts
|
|
@@ -35,7 +35,8 @@ const recommendedTypeChecked = [
|
|
|
35
35
|
"exadev/no-non-barrel-reexport": "error",
|
|
36
36
|
"exadev/no-pointless-reassignment": "error",
|
|
37
37
|
"exadev/no-side-effects-in-index": "error",
|
|
38
|
-
"@typescript-eslint/consistent-type-assertions": ["error", { assertionStyle: "never" }]
|
|
38
|
+
"@typescript-eslint/consistent-type-assertions": ["error", { assertionStyle: "never" }],
|
|
39
|
+
"@typescript-eslint/ban-ts-comment": ["error", { "ts-expect-error": true }]
|
|
39
40
|
}
|
|
40
41
|
}
|
|
41
42
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as plugin } from "./plugin-
|
|
1
|
+
import { t as plugin } from "./plugin-l6VVqtbv.js";
|
|
2
2
|
import tseslint from "typescript-eslint";
|
|
3
3
|
//#region src/recommended-type-checked.ts
|
|
4
4
|
const recommendedTypeChecked = [
|
|
@@ -12,7 +12,8 @@ const recommendedTypeChecked = [
|
|
|
12
12
|
"exadev/no-non-barrel-reexport": "error",
|
|
13
13
|
"exadev/no-pointless-reassignment": "error",
|
|
14
14
|
"exadev/no-side-effects-in-index": "error",
|
|
15
|
-
"@typescript-eslint/consistent-type-assertions": ["error", { assertionStyle: "never" }]
|
|
15
|
+
"@typescript-eslint/consistent-type-assertions": ["error", { assertionStyle: "never" }],
|
|
16
|
+
"@typescript-eslint/ban-ts-comment": ["error", { "ts-expect-error": true }]
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
19
|
];
|