@ntnyq/eslint-config 7.0.0-beta.16 → 7.0.0-beta.17
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.d.mts +11 -0
- package/package.json +13 -13
package/dist/index.d.mts
CHANGED
|
@@ -6181,6 +6181,11 @@ interface RuleOptions {
|
|
|
6181
6181
|
* @see https://sveltejs.github.io/eslint-plugin-svelte/rules/no-useless-mustaches/
|
|
6182
6182
|
*/
|
|
6183
6183
|
'svelte/no-useless-mustaches'?: Linter.RuleEntry<SvelteNoUselessMustaches>;
|
|
6184
|
+
/**
|
|
6185
|
+
* require attribute interpolation instead of template literals
|
|
6186
|
+
* @see https://sveltejs.github.io/eslint-plugin-svelte/rules/prefer-attribute-interpolation/
|
|
6187
|
+
*/
|
|
6188
|
+
'svelte/prefer-attribute-interpolation'?: Linter.RuleEntry<[]>;
|
|
6184
6189
|
/**
|
|
6185
6190
|
* require class directives instead of ternary expressions
|
|
6186
6191
|
* @see https://sveltejs.github.io/eslint-plugin-svelte/rules/prefer-class-directive/
|
|
@@ -11950,12 +11955,16 @@ type JsdocCheckLineAlignment = [] | [("always" | "never" | "any")] | [("always"
|
|
|
11950
11955
|
// ----- jsdoc/check-param-names -----
|
|
11951
11956
|
type JsdocCheckParamNames = [] | [{
|
|
11952
11957
|
allowExtraTrailingParamDocs?: boolean;
|
|
11958
|
+
badParamNames?: boolean;
|
|
11959
|
+
badParamOrder?: boolean;
|
|
11953
11960
|
checkDestructured?: boolean;
|
|
11954
11961
|
checkRestProperty?: boolean;
|
|
11955
11962
|
checkTypesPattern?: string;
|
|
11956
11963
|
disableExtraPropertyReporting?: boolean;
|
|
11957
11964
|
disableMissingParamChecks?: boolean;
|
|
11965
|
+
duplicateParams?: boolean;
|
|
11958
11966
|
enableFixer?: boolean;
|
|
11967
|
+
extraParams?: boolean;
|
|
11959
11968
|
useDefaultObjectProperties?: boolean;
|
|
11960
11969
|
}];
|
|
11961
11970
|
// ----- jsdoc/check-property-names -----
|
|
@@ -14088,6 +14097,7 @@ type OxfmtOxfmt = [] | [{
|
|
|
14088
14097
|
bracketSpacing?: boolean;
|
|
14089
14098
|
embeddedLanguageFormatting?: ("auto" | "off");
|
|
14090
14099
|
endOfLine?: ("lf" | "crlf" | "cr");
|
|
14100
|
+
experimentalOperatorPosition?: ("start" | "end");
|
|
14091
14101
|
htmlWhitespaceSensitivity?: ("css" | "ignore" | "strict");
|
|
14092
14102
|
ignorePatterns?: string[];
|
|
14093
14103
|
insertFinalNewline?: boolean;
|
|
@@ -14169,6 +14179,7 @@ type OxfmtOxfmt = [] | [{
|
|
|
14169
14179
|
bracketSpacing?: boolean;
|
|
14170
14180
|
embeddedLanguageFormatting?: ("auto" | "off");
|
|
14171
14181
|
endOfLine?: ("lf" | "crlf" | "cr");
|
|
14182
|
+
experimentalOperatorPosition?: ("start" | "end");
|
|
14172
14183
|
htmlWhitespaceSensitivity?: ("css" | "ignore" | "strict");
|
|
14173
14184
|
insertFinalNewline?: boolean;
|
|
14174
14185
|
jsdoc?: (boolean | {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntnyq/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.0.0-beta.
|
|
4
|
+
"version": "7.0.0-beta.17",
|
|
5
5
|
"description": "An opinionated ESLint config preset of ntnyq",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"eslint",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@html-eslint/eslint-plugin": "^0.64.0",
|
|
43
43
|
"@html-eslint/parser": "^0.64.0",
|
|
44
|
-
"astro-eslint-parser": "^3.
|
|
44
|
+
"astro-eslint-parser": "^3.1.0",
|
|
45
45
|
"eslint": "^10.4.0",
|
|
46
|
-
"eslint-plugin-astro": "^3.0
|
|
47
|
-
"eslint-plugin-eslint-plugin": "^7.
|
|
48
|
-
"eslint-plugin-pnpm": "^1.
|
|
49
|
-
"eslint-plugin-svelte": "^3.
|
|
46
|
+
"eslint-plugin-astro": "^3.1.0",
|
|
47
|
+
"eslint-plugin-eslint-plugin": "^7.6.1",
|
|
48
|
+
"eslint-plugin-pnpm": "^1.8.0",
|
|
49
|
+
"eslint-plugin-svelte": "^3.23.0",
|
|
50
50
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
51
51
|
"svelte": "^5.56.7",
|
|
52
52
|
"svelte-eslint-parser": "^1.8.0"
|
|
@@ -103,23 +103,23 @@
|
|
|
103
103
|
"eslint-plugin-depend": "^1.5.0",
|
|
104
104
|
"eslint-plugin-github-action": "^0.3.0",
|
|
105
105
|
"eslint-plugin-import-x": "^4.17.1",
|
|
106
|
-
"eslint-plugin-jsdoc": "^64.1
|
|
106
|
+
"eslint-plugin-jsdoc": "^64.2.1",
|
|
107
107
|
"eslint-plugin-jsonc": "^3.4.1",
|
|
108
108
|
"eslint-plugin-n": "^18.3.0",
|
|
109
109
|
"eslint-plugin-no-only-tests": "^3.4.0",
|
|
110
110
|
"eslint-plugin-ntnyq": "^0.14.0",
|
|
111
|
-
"eslint-plugin-oxfmt": "^0.
|
|
111
|
+
"eslint-plugin-oxfmt": "^0.19.0",
|
|
112
112
|
"eslint-plugin-perfectionist": "^5.10.1",
|
|
113
113
|
"eslint-plugin-pinia": "^0.4.2",
|
|
114
114
|
"eslint-plugin-prettier": "^5.5.6",
|
|
115
|
-
"eslint-plugin-regexp": "^3.
|
|
115
|
+
"eslint-plugin-regexp": "^3.2.0",
|
|
116
116
|
"eslint-plugin-svgo": "^0.13.0",
|
|
117
117
|
"eslint-plugin-toml": "^1.5.0",
|
|
118
118
|
"eslint-plugin-unicorn": "^73.0.0",
|
|
119
119
|
"eslint-plugin-vue": "^10.10.0",
|
|
120
120
|
"eslint-plugin-yml": "^3.8.1",
|
|
121
121
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
122
|
-
"globals": "^17.
|
|
122
|
+
"globals": "^17.11.0",
|
|
123
123
|
"jsonc-eslint-parser": "^3.3.0",
|
|
124
124
|
"local-pkg": "^1.2.1",
|
|
125
125
|
"toml-eslint-parser": "^1.0.3",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"@types/node": "^26.2.0",
|
|
132
132
|
"@typescript-eslint/types": "^8.67.0",
|
|
133
133
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
134
|
-
"bumpp": "^12.2.
|
|
134
|
+
"bumpp": "^12.2.1",
|
|
135
135
|
"consola": "^3.4.2",
|
|
136
136
|
"eslint": "^10.8.1",
|
|
137
137
|
"eslint-typegen": "^2.3.1",
|
|
@@ -139,14 +139,14 @@
|
|
|
139
139
|
"jiti": "^2.7.0",
|
|
140
140
|
"nano-staged": "^1.0.2",
|
|
141
141
|
"npm-run-all2": "^9.0.3",
|
|
142
|
-
"oxfmt": "^0.
|
|
142
|
+
"oxfmt": "^0.64.0",
|
|
143
143
|
"prettier": "^3.9.6",
|
|
144
144
|
"tinyglobby": "^0.2.17",
|
|
145
145
|
"tsdown": "^0.22.14",
|
|
146
146
|
"tsx": "^4.23.12",
|
|
147
147
|
"typescript": "^6.0.3",
|
|
148
148
|
"uncase": "^0.3.0",
|
|
149
|
-
"vitest": "^4.1.
|
|
149
|
+
"vitest": "^4.1.11"
|
|
150
150
|
},
|
|
151
151
|
"engines": {
|
|
152
152
|
"node": "^22.23.0 || >=24.15.0"
|