@jsse/eslint-config 0.4.22 → 0.4.23
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
CHANGED
package/dist/cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as DEBUG, t as VERSION } from "./version-
|
|
2
|
-
import fs from "node:fs";
|
|
1
|
+
import { n as DEBUG, t as VERSION } from "./version-BSBgfURZ.js";
|
|
3
2
|
import process$1 from "node:process";
|
|
3
|
+
import fs from "node:fs";
|
|
4
4
|
import { EventEmitter } from "events";
|
|
5
5
|
|
|
6
6
|
//#region node_modules/.pnpm/cac@6.7.14/node_modules/cac/dist/index.mjs
|
package/dist/index.d.ts
CHANGED
|
@@ -4180,6 +4180,9 @@ type JsdocSortTags = [] | [{
|
|
|
4180
4180
|
linesBetween?: number;
|
|
4181
4181
|
reportIntraTagGroupSpacing?: boolean;
|
|
4182
4182
|
reportTagGroupSpacing?: boolean;
|
|
4183
|
+
tagExceptions?: {
|
|
4184
|
+
[k: string]: number;
|
|
4185
|
+
};
|
|
4183
4186
|
tagSequence?: {
|
|
4184
4187
|
tags?: string[];
|
|
4185
4188
|
}[];
|
|
@@ -11182,6 +11185,11 @@ interface TypescriptRuleOptions {
|
|
|
11182
11185
|
* @see https://typescript-eslint.io/rules/no-unused-expressions
|
|
11183
11186
|
*/
|
|
11184
11187
|
"@typescript-eslint/no-unused-expressions"?: Linter.RuleEntry<TypescriptEslintNoUnusedExpressions>;
|
|
11188
|
+
/**
|
|
11189
|
+
* Disallow unused private class members
|
|
11190
|
+
* @see https://typescript-eslint.io/rules/no-unused-private-class-members
|
|
11191
|
+
*/
|
|
11192
|
+
"@typescript-eslint/no-unused-private-class-members"?: Linter.RuleEntry<[]>;
|
|
11185
11193
|
/**
|
|
11186
11194
|
* Disallow unused variables
|
|
11187
11195
|
* @see https://typescript-eslint.io/rules/no-unused-vars
|
|
@@ -13680,6 +13688,11 @@ interface VitestRuleOptions {
|
|
|
13680
13688
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/prefer-vi-mocked.md
|
|
13681
13689
|
*/
|
|
13682
13690
|
"vitest/prefer-vi-mocked"?: Linter.RuleEntry<[]>;
|
|
13691
|
+
/**
|
|
13692
|
+
* ensure that every `expect.poll` call is awaited
|
|
13693
|
+
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/require-awaited-expect-poll.md
|
|
13694
|
+
*/
|
|
13695
|
+
"vitest/require-awaited-expect-poll"?: Linter.RuleEntry<[]>;
|
|
13683
13696
|
/**
|
|
13684
13697
|
* require setup and teardown to be within a hook
|
|
13685
13698
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/require-hook.md
|
|
@@ -13765,7 +13778,7 @@ type VitestNoFocusedTests = [] | [{
|
|
|
13765
13778
|
}];
|
|
13766
13779
|
// ----- vitest/no-hooks -----
|
|
13767
13780
|
type VitestNoHooks = [] | [{
|
|
13768
|
-
allow?:
|
|
13781
|
+
allow?: ("beforeAll" | "beforeEach" | "afterAll" | "afterEach")[];
|
|
13769
13782
|
}];
|
|
13770
13783
|
// ----- vitest/no-large-snapshots -----
|
|
13771
13784
|
type VitestNoLargeSnapshots = [] | [{
|
|
@@ -14500,7 +14513,7 @@ declare function defineConfig(options?: OptionsConfig & Config, ...userConfigs:
|
|
|
14500
14513
|
type DefineConfig = typeof defineConfig;
|
|
14501
14514
|
//#endregion
|
|
14502
14515
|
//#region src/generated/version.d.ts
|
|
14503
|
-
declare const VERSION = "0.4.
|
|
14516
|
+
declare const VERSION = "0.4.23";
|
|
14504
14517
|
declare namespace globs_d_exports {
|
|
14505
14518
|
export { GLOB_ALL_SRC, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_JS_SRC_EXT, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSCONFIG, GLOB_TSX, GLOB_TS_SRC_EXT, GLOB_YAML };
|
|
14506
14519
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { n as __export, r as __toESM, t as __commonJS } from "./chunk-
|
|
2
|
-
import { n as DEBUG, r as SLOW_RULES, t as VERSION } from "./version-
|
|
1
|
+
import { n as __export, r as __toESM, t as __commonJS } from "./chunk-CHBeWOYQ.js";
|
|
2
|
+
import { n as DEBUG, r as SLOW_RULES, t as VERSION } from "./version-BSBgfURZ.js";
|
|
3
3
|
import { builtinModules, createRequire } from "node:module";
|
|
4
|
-
import fs, { promises, realpathSync, statSync } from "node:fs";
|
|
5
4
|
import process$1 from "node:process";
|
|
5
|
+
import fs, { promises, realpathSync, statSync } from "node:fs";
|
|
6
6
|
import path, { dirname, join, win32 } from "node:path";
|
|
7
7
|
import fsPromises from "node:fs/promises";
|
|
8
8
|
import { URL as URL$1, fileURLToPath, pathToFileURL } from "node:url";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.23",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
64
|
-
"@eslint/compat": "^
|
|
64
|
+
"@eslint/compat": "^2.0.0",
|
|
65
65
|
"@eslint/js": "^9.39.1",
|
|
66
66
|
"@eslint/markdown": "^7.5.1",
|
|
67
|
-
"@stylistic/eslint-plugin": "5.
|
|
68
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
69
|
-
"@typescript-eslint/parser": "^8.
|
|
70
|
-
"@vitest/eslint-plugin": "^1.4.
|
|
67
|
+
"@stylistic/eslint-plugin": "5.6.0",
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
69
|
+
"@typescript-eslint/parser": "^8.47.0",
|
|
70
|
+
"@vitest/eslint-plugin": "^1.4.3",
|
|
71
71
|
"debug": "^4.4.3",
|
|
72
72
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
73
73
|
"eslint-merge-processors": "^2.0.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"eslint-plugin-command": "^3.3.1",
|
|
76
76
|
"eslint-plugin-de-morgan": "^2.0.0",
|
|
77
77
|
"eslint-plugin-import-lite": "^0.3.0",
|
|
78
|
-
"eslint-plugin-jsdoc": "^61.1
|
|
78
|
+
"eslint-plugin-jsdoc": "^61.2.1",
|
|
79
79
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
80
80
|
"eslint-plugin-n": "^17.23.1",
|
|
81
81
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
86
86
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
87
87
|
"eslint-plugin-toml": "^0.12.0",
|
|
88
|
-
"eslint-plugin-tsdoc": "^0.
|
|
88
|
+
"eslint-plugin-tsdoc": "^0.5.0",
|
|
89
89
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
90
90
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
91
91
|
"eslint-plugin-yml": "^1.19.0",
|
|
92
92
|
"jsonc-eslint-parser": "^2.4.1",
|
|
93
93
|
"toml-eslint-parser": "^0.10.0",
|
|
94
|
-
"typescript-eslint": "^8.
|
|
94
|
+
"typescript-eslint": "^8.47.0",
|
|
95
95
|
"yaml-eslint-parser": "^1.3.0"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"@jsse/tsconfig": "^0.4.0",
|
|
101
101
|
"@types/debug": "^4.1.12",
|
|
102
102
|
"@types/fs-extra": "^11.0.4",
|
|
103
|
-
"@types/node": "^24.10.
|
|
103
|
+
"@types/node": "^24.10.1",
|
|
104
104
|
"cac": "^6.7.14",
|
|
105
105
|
"eslint": "^9.39.1",
|
|
106
106
|
"eslint-flat-config-utils": "^2.1.4",
|
|
@@ -110,15 +110,15 @@
|
|
|
110
110
|
"fs-extra": "^11.3.2",
|
|
111
111
|
"globals": "^16.5.0",
|
|
112
112
|
"local-pkg": "^1.1.2",
|
|
113
|
-
"oxlint": "^1.
|
|
113
|
+
"oxlint": "^1.29.0",
|
|
114
114
|
"picocolors": "^1.1.1",
|
|
115
115
|
"prettier": "^3.6.2",
|
|
116
116
|
"react": "~19.2.0",
|
|
117
117
|
"rimraf": "^6.1.0",
|
|
118
|
-
"tsdown": "^0.16.
|
|
118
|
+
"tsdown": "^0.16.5",
|
|
119
119
|
"tsx": "^4.20.6",
|
|
120
120
|
"typescript": "~5.9.3",
|
|
121
|
-
"vitest": "^4.0.
|
|
121
|
+
"vitest": "^4.0.10"
|
|
122
122
|
},
|
|
123
123
|
"prettier": "@jsse/prettier-config",
|
|
124
124
|
"scripts": {
|
|
File without changes
|