eslint-config-silverwind 97.1.1 → 98.0.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.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.json +4 -0
- package/dist/test.d.ts.map +1 -1
- package/package.json +3 -2
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,QAAQ,CAAC;;AA6FnC,wBA2C4B"}
|
package/dist/index.js
CHANGED
|
@@ -9,6 +9,7 @@ import sonarjs from "eslint-plugin-sonarjs";
|
|
|
9
9
|
import unicorn from "eslint-plugin-unicorn";
|
|
10
10
|
import vitest from "eslint-plugin-vitest";
|
|
11
11
|
import playwright from "eslint-plugin-playwright";
|
|
12
|
+
import tsdoc from "eslint-plugin-tsdoc";
|
|
12
13
|
import globals from "globals";
|
|
13
14
|
import { deepMerge } from "deepie-merge";
|
|
14
15
|
import vitestGlobalsPlugin from "eslint-plugin-vitest-globals";
|
|
@@ -42,6 +43,7 @@ const eslintrc = o({
|
|
|
42
43
|
"eslint-plugin-react-refresh",
|
|
43
44
|
"eslint-plugin-regexp",
|
|
44
45
|
"eslint-plugin-sonarjs",
|
|
46
|
+
"eslint-plugin-tsdoc",
|
|
45
47
|
"eslint-plugin-unicorn",
|
|
46
48
|
"eslint-plugin-vitest",
|
|
47
49
|
"eslint-plugin-vitest-globals"
|
|
@@ -957,6 +959,7 @@ const eslintrc = o({
|
|
|
957
959
|
"sort-vars": [0],
|
|
958
960
|
"strict": [0],
|
|
959
961
|
"symbol-description": [2],
|
|
962
|
+
"tsdoc/syntax": [2],
|
|
960
963
|
"unicode-bom": [2, "never"],
|
|
961
964
|
"unicorn/better-regex": [0],
|
|
962
965
|
"unicorn/catch-error-name": [0],
|
|
@@ -1146,6 +1149,7 @@ const common = {
|
|
|
1146
1149
|
"react-hooks": reactHooks,
|
|
1147
1150
|
"react-refresh": reactRefresh,
|
|
1148
1151
|
regexp,
|
|
1152
|
+
tsdoc,
|
|
1149
1153
|
sonarjs,
|
|
1150
1154
|
unicorn
|
|
1151
1155
|
// github,
|
package/dist/index.json
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"eslint-plugin-react-refresh",
|
|
14
14
|
"eslint-plugin-regexp",
|
|
15
15
|
"eslint-plugin-sonarjs",
|
|
16
|
+
"eslint-plugin-tsdoc",
|
|
16
17
|
"eslint-plugin-unicorn",
|
|
17
18
|
"eslint-plugin-vitest",
|
|
18
19
|
"eslint-plugin-vitest-globals"
|
|
@@ -2781,6 +2782,9 @@
|
|
|
2781
2782
|
"symbol-description": [
|
|
2782
2783
|
2
|
|
2783
2784
|
],
|
|
2785
|
+
"tsdoc/syntax": [
|
|
2786
|
+
2
|
|
2787
|
+
],
|
|
2784
2788
|
"unicode-bom": [
|
|
2785
2789
|
2,
|
|
2786
2790
|
"never"
|
package/dist/test.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../test.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../test.ts"],"names":[],"mappings":"wBAsBe,IAAI;AAAnB,wBAAoB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-silverwind",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "98.0.0",
|
|
4
4
|
"description": "Exhaustive ESLint configuration",
|
|
5
5
|
"author": "silverwind <me@silverwind.io>",
|
|
6
6
|
"repository": "silverwind/eslint-config-silverwind",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"eslint-plugin-regexp": "2.7.0",
|
|
35
35
|
"eslint-plugin-sonarjs": "3.0.1",
|
|
36
36
|
"eslint-plugin-storybook": "0.11.2",
|
|
37
|
+
"eslint-plugin-tsdoc": "0.4.0",
|
|
37
38
|
"eslint-plugin-unicorn": "56.0.1",
|
|
38
39
|
"eslint-plugin-validate-jsx-nesting": "0.1.1",
|
|
39
40
|
"eslint-plugin-vitest": "0.5.4",
|
|
@@ -44,7 +45,7 @@
|
|
|
44
45
|
"devDependencies": {
|
|
45
46
|
"@types/eslint": "9.6.1",
|
|
46
47
|
"@types/eslint-plugin-jsx-a11y": "6.10.0",
|
|
47
|
-
"@types/node": "22.
|
|
48
|
+
"@types/node": "22.12.0",
|
|
48
49
|
"eslint": "8.57.1",
|
|
49
50
|
"eslint-define-config": "2.1.0",
|
|
50
51
|
"typescript": "5.7.3",
|