@jsse/eslint-config 0.7.2 → 0.7.3
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/CHANGELOG.md +6 -0
- package/dist/cli.js +1 -1
- package/dist/{const-Xv2V3w-8.js → const-al-GWtxp.js} +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +14 -2
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
package/dist/cli.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as VERSION, t as DEBUG$1 } from "./const-
|
|
1
|
+
import { r as VERSION, t as DEBUG$1 } from "./const-al-GWtxp.js";
|
|
2
2
|
import process$1 from "node:process";
|
|
3
3
|
import fs from "node:fs";
|
|
4
4
|
//#region node_modules/.pnpm/cac@7.0.0/node_modules/cac/dist/index.js
|
package/dist/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ import * as _$_eslint_markdown0 from "@eslint/markdown";
|
|
|
18
18
|
import * as _$_stylistic_eslint_plugin0 from "@stylistic/eslint-plugin";
|
|
19
19
|
|
|
20
20
|
//#region src/_generated/version.d.ts
|
|
21
|
-
declare const VERSION = "0.7.
|
|
21
|
+
declare const VERSION = "0.7.3";
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region src/_generated/dts/builtins.d.ts
|
|
24
24
|
interface BuiltinsRuleOptions {
|
|
@@ -5143,7 +5143,7 @@ type NShebang = [] | [{
|
|
|
5143
5143
|
//#region src/_generated/dts/no-only-tests.d.ts
|
|
5144
5144
|
interface NoOnlyTestsRuleOptions {
|
|
5145
5145
|
/**
|
|
5146
|
-
* disallow
|
|
5146
|
+
* disallow focused/only tests
|
|
5147
5147
|
* @see https://github.com/levibuzolic/eslint-plugin-no-only-tests
|
|
5148
5148
|
*/
|
|
5149
5149
|
"no-only-tests/no-only-tests"?: Linter.RuleEntry<NoOnlyTestsNoOnlyTests>;
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as __exportAll, r as __toESM, t as __commonJSMin } from "./chunk-N93fKeF6.js";
|
|
2
|
-
import { n as SLOW_RULES, r as VERSION, t as DEBUG } from "./const-
|
|
2
|
+
import { n as SLOW_RULES, r as VERSION, t as DEBUG } from "./const-al-GWtxp.js";
|
|
3
3
|
import { builtinModules, createRequire } from "node:module";
|
|
4
4
|
import process$1 from "node:process";
|
|
5
5
|
import fs, { realpathSync, statSync } from "node:fs";
|
|
@@ -5390,6 +5390,7 @@ function makeNodeErrorWithCode(Base, key) {
|
|
|
5390
5390
|
configurable: true
|
|
5391
5391
|
},
|
|
5392
5392
|
toString: {
|
|
5393
|
+
/** @this {Error} */
|
|
5393
5394
|
value() {
|
|
5394
5395
|
return `${this.name} [${key}]: ${this.message}`;
|
|
5395
5396
|
},
|
|
@@ -6815,7 +6816,7 @@ const imports = async (options) => {
|
|
|
6815
6816
|
}];
|
|
6816
6817
|
};
|
|
6817
6818
|
//#endregion
|
|
6818
|
-
//#region node_modules/.pnpm/globals@17.
|
|
6819
|
+
//#region node_modules/.pnpm/globals@17.6.0/node_modules/globals/globals.json
|
|
6819
6820
|
var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6820
6821
|
module.exports = {
|
|
6821
6822
|
"amd": {
|
|
@@ -8028,9 +8029,13 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
8028
8029
|
"XRAnchorSet": false,
|
|
8029
8030
|
"XRBoundedReferenceSpace": false,
|
|
8030
8031
|
"XRCamera": false,
|
|
8032
|
+
"XRCompositionLayer": false,
|
|
8031
8033
|
"XRCPUDepthInformation": false,
|
|
8034
|
+
"XRCubeLayer": false,
|
|
8035
|
+
"XRCylinderLayer": false,
|
|
8032
8036
|
"XRDepthInformation": false,
|
|
8033
8037
|
"XRDOMOverlayState": false,
|
|
8038
|
+
"XREquirectLayer": false,
|
|
8034
8039
|
"XRFrame": false,
|
|
8035
8040
|
"XRHand": false,
|
|
8036
8041
|
"XRHitTestResult": false,
|
|
@@ -8042,9 +8047,14 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
8042
8047
|
"XRJointPose": false,
|
|
8043
8048
|
"XRJointSpace": false,
|
|
8044
8049
|
"XRLayer": false,
|
|
8050
|
+
"XRLayerEvent": false,
|
|
8045
8051
|
"XRLightEstimate": false,
|
|
8046
8052
|
"XRLightProbe": false,
|
|
8053
|
+
"XRPlane": false,
|
|
8054
|
+
"XRPlaneSet": false,
|
|
8047
8055
|
"XRPose": false,
|
|
8056
|
+
"XRProjectionLayer": false,
|
|
8057
|
+
"XRQuadLayer": false,
|
|
8048
8058
|
"XRRay": false,
|
|
8049
8059
|
"XRReferenceSpace": false,
|
|
8050
8060
|
"XRReferenceSpaceEvent": false,
|
|
@@ -8053,6 +8063,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
8053
8063
|
"XRSession": false,
|
|
8054
8064
|
"XRSessionEvent": false,
|
|
8055
8065
|
"XRSpace": false,
|
|
8066
|
+
"XRSubImage": false,
|
|
8056
8067
|
"XRSystem": false,
|
|
8057
8068
|
"XRTransientInputHitTestResult": false,
|
|
8058
8069
|
"XRTransientInputHitTestSource": false,
|
|
@@ -8063,6 +8074,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
8063
8074
|
"XRWebGLBinding": false,
|
|
8064
8075
|
"XRWebGLDepthInformation": false,
|
|
8065
8076
|
"XRWebGLLayer": false,
|
|
8077
|
+
"XRWebGLSubImage": false,
|
|
8066
8078
|
"XSLTProcessor": false
|
|
8067
8079
|
},
|
|
8068
8080
|
"builtin": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.3",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"@eslint/js": "^9.39.4",
|
|
66
66
|
"@eslint/markdown": "^8.0.1",
|
|
67
67
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.59.
|
|
69
|
-
"@typescript-eslint/parser": "^8.59.
|
|
70
|
-
"@typescript-eslint/rule-tester": "^8.59.
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
|
69
|
+
"@typescript-eslint/parser": "^8.59.1",
|
|
70
|
+
"@typescript-eslint/rule-tester": "^8.59.1",
|
|
71
71
|
"@vitest/eslint-plugin": "^1.6.16",
|
|
72
72
|
"debug": "^4.4.3",
|
|
73
73
|
"eslint-config-flat-gitignore": "^2.3.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
80
80
|
"eslint-plugin-jsonc": "^3.1.2",
|
|
81
81
|
"eslint-plugin-n": "^17.24.0",
|
|
82
|
-
"eslint-plugin-no-only-tests": "^3.
|
|
82
|
+
"eslint-plugin-no-only-tests": "^3.4.0",
|
|
83
83
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
84
84
|
"eslint-plugin-pnpm": "^1.6.0",
|
|
85
85
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -88,10 +88,10 @@
|
|
|
88
88
|
"eslint-plugin-toml": "^1.3.1",
|
|
89
89
|
"eslint-plugin-unicorn": "^64.0.0",
|
|
90
90
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
91
|
-
"eslint-plugin-yml": "^3.3.
|
|
91
|
+
"eslint-plugin-yml": "^3.3.2",
|
|
92
92
|
"jsonc-eslint-parser": "^3.1.0",
|
|
93
93
|
"toml-eslint-parser": "^1.0.3",
|
|
94
|
-
"typescript-eslint": "^8.59.
|
|
94
|
+
"typescript-eslint": "^8.59.1",
|
|
95
95
|
"yaml-eslint-parser": "^2.0.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
@@ -105,21 +105,21 @@
|
|
|
105
105
|
"@types/node": "^25.5.0",
|
|
106
106
|
"cac": "^7.0.0",
|
|
107
107
|
"eslint": "^9.39.4",
|
|
108
|
-
"eslint-flat-config-utils": "^3.
|
|
108
|
+
"eslint-flat-config-utils": "^3.2.0",
|
|
109
109
|
"eslint-typegen": "^2.3.1",
|
|
110
110
|
"execa": "~9.6.1",
|
|
111
111
|
"fast-equals": "^6.0.0",
|
|
112
112
|
"fast-glob": "^3.3.3",
|
|
113
113
|
"fs-extra": "^11.3.4",
|
|
114
|
-
"globals": "^17.
|
|
114
|
+
"globals": "^17.6.0",
|
|
115
115
|
"local-pkg": "^1.1.2",
|
|
116
|
-
"oxfmt": "^0.
|
|
117
|
-
"oxlint": "^1.
|
|
116
|
+
"oxfmt": "^0.47.0",
|
|
117
|
+
"oxlint": "^1.62.0",
|
|
118
118
|
"picocolors": "^1.1.1",
|
|
119
119
|
"prettier": "^3.8.3",
|
|
120
120
|
"react": "~19.2.5",
|
|
121
121
|
"rimraf": "^6.1.3",
|
|
122
|
-
"tsdown": "^0.21.
|
|
122
|
+
"tsdown": "^0.21.10",
|
|
123
123
|
"tsx": "^4.21.0",
|
|
124
124
|
"typescript": "~6.0.3",
|
|
125
125
|
"vitest": "^4.1.5"
|