@solvro/config 1.0.3 → 1.0.5
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/bin/index.js +1 -1
- package/dist/{chunk-4C4AR77R.js → chunk-62DEEFN2.js} +0 -17
- package/dist/eslint-config/cli.cjs +5161 -113
- package/dist/eslint-config/cli.js +5175 -129
- package/dist/eslint-config/index.cjs +83 -71701
- package/dist/eslint-config/index.d.cts +0 -125
- package/dist/eslint-config/index.d.ts +0 -125
- package/dist/eslint-config/index.js +18 -14274
- package/dist/prettier-config/index.js +1 -1
- package/package.json +27 -29
- package/dist/chunk-SND5ODI2.js +0 -20878
- package/dist/dist-2ZVVVZXY.js +0 -35994
- package/dist/eslint-plugin-react-refresh-MJ7ZDK5R.js +0 -258
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@solvro/config",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.5",
|
4
4
|
"description": "Solvro's engineering style guide",
|
5
5
|
"keywords": [
|
6
6
|
"eslint-config"
|
@@ -11,19 +11,25 @@
|
|
11
11
|
},
|
12
12
|
"repository": {
|
13
13
|
"type": "git",
|
14
|
-
"url": "https://github.com/Solvro/lib-web-solvro-config.git"
|
14
|
+
"url": "git+https://github.com/Solvro/lib-web-solvro-config.git"
|
15
15
|
},
|
16
16
|
"license": "MPL-2.0",
|
17
17
|
"type": "module",
|
18
18
|
"exports": {
|
19
|
-
"
|
20
|
-
"
|
21
|
-
"
|
19
|
+
"./eslint": {
|
20
|
+
"types": "./dist/eslint-config/index.d.ts",
|
21
|
+
"import": "./dist/eslint-config/index.js",
|
22
|
+
"require": "./dist/eslint-config/index.cjs"
|
23
|
+
},
|
24
|
+
"./prettier": {
|
25
|
+
"types": "./dist/prettier-config/index.d.ts",
|
26
|
+
"import": "./dist/prettier-config/index.js",
|
27
|
+
"require": "./dist/prettier-config/index.cjs"
|
22
28
|
}
|
23
29
|
},
|
24
|
-
"
|
25
|
-
|
26
|
-
|
30
|
+
"bin": {
|
31
|
+
"config": "bin/index.js"
|
32
|
+
},
|
27
33
|
"files": [
|
28
34
|
"bin",
|
29
35
|
"dist"
|
@@ -49,39 +55,28 @@
|
|
49
55
|
"@clack/prompts": "^0.8.2",
|
50
56
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
51
57
|
"@eslint/markdown": "^6.2.1",
|
52
|
-
"@rushstack/eslint-patch": "^1.10.4",
|
53
|
-
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
54
58
|
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
55
59
|
"@typescript-eslint/parser": "^8.16.0",
|
56
60
|
"@vitest/eslint-plugin": "^1.1.12",
|
57
61
|
"eslint-config-flat-gitignore": "^0.3.0",
|
58
62
|
"eslint-config-prettier": "^9.1.0",
|
59
63
|
"eslint-flat-config-utils": "^0.4.0",
|
60
|
-
"eslint-import-resolver-alias": "^1.1.2",
|
61
|
-
"eslint-import-resolver-typescript": "^3.6.3",
|
62
64
|
"eslint-merge-processors": "^0.1.0",
|
63
65
|
"eslint-plugin-antfu": "^2.7.0",
|
64
66
|
"eslint-plugin-command": "^0.2.6",
|
65
|
-
"eslint-plugin-import": "^
|
66
|
-
"eslint-plugin-jest": "^28.9.0",
|
67
|
+
"eslint-plugin-import-x": "^4.4.3",
|
67
68
|
"eslint-plugin-jsdoc": "^50.6.0",
|
68
|
-
"eslint-plugin-jsx-a11y": "^6.10.2",
|
69
69
|
"eslint-plugin-n": "^17.14.0",
|
70
70
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
71
71
|
"eslint-plugin-perfectionist": "^4.1.2",
|
72
|
-
"eslint-plugin-playwright": "^2.1.0",
|
73
|
-
"eslint-plugin-react": "^7.37.2",
|
74
|
-
"eslint-plugin-react-hooks": "^5.0.0",
|
75
72
|
"eslint-plugin-regexp": "^2.7.0",
|
76
|
-
"eslint-plugin-testing-library": "^7.0.0",
|
77
|
-
"eslint-plugin-tsdoc": "^0.4.0",
|
78
73
|
"eslint-plugin-unicorn": "^56.0.1",
|
79
74
|
"eslint-plugin-unused-imports": "^4.1.4",
|
80
75
|
"globals": "^15.12.0",
|
81
|
-
"
|
76
|
+
"local-pkg": "^0.5.1",
|
77
|
+
"picocolors": "^1.1.1",
|
82
78
|
"prettier-plugin-packagejson": "^2.5.6",
|
83
|
-
"prettier-plugin-tailwindcss": "^0.6.9"
|
84
|
-
"yargs": "^17.7.2"
|
79
|
+
"prettier-plugin-tailwindcss": "^0.6.9"
|
85
80
|
},
|
86
81
|
"devDependencies": {
|
87
82
|
"@commitlint/cli": "^19.6.0",
|
@@ -89,24 +84,30 @@
|
|
89
84
|
"@eslint-react/eslint-plugin": "^1.17.1",
|
90
85
|
"@eslint/config-inspector": "^0.5.6",
|
91
86
|
"@semantic-release/git": "^10.0.1",
|
87
|
+
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
88
|
+
"@types/node": "^22.10.1",
|
92
89
|
"@types/yargs": "^17.0.33",
|
93
90
|
"eslint": "^9.15.0",
|
94
|
-
"eslint-plugin-format": "^0.1.2",
|
95
91
|
"eslint-plugin-react-hooks": "^5.0.0",
|
96
92
|
"eslint-plugin-react-refresh": "^0.4.14",
|
97
93
|
"eslint-typegen": "^0.3.2",
|
98
94
|
"husky": "^9.1.7",
|
99
95
|
"jiti": "^2.4.1",
|
100
96
|
"lint-staged": "^15.2.10",
|
97
|
+
"parse-gitignore": "^2.0.0",
|
101
98
|
"prettier": "^3.4.1",
|
102
99
|
"semantic-release": "^24.2.0",
|
103
100
|
"tsup": "^8.3.5",
|
104
101
|
"tsx": "^4.19.2",
|
105
|
-
"typescript": "^5.7.2"
|
102
|
+
"typescript": "^5.7.2",
|
103
|
+
"yargs": "^17.7.2"
|
106
104
|
},
|
107
105
|
"peerDependencies": {
|
106
|
+
"@eslint-react/eslint-plugin": "^1.5.8",
|
108
107
|
"@next/eslint-plugin-next": ">=12.3.0 <16.0.0-0",
|
109
|
-
"eslint": "
|
108
|
+
"eslint": "^9.10.0",
|
109
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
110
|
+
"eslint-plugin-react-refresh": "^0.4.4",
|
110
111
|
"prettier": ">=3.0.0 <4",
|
111
112
|
"typescript": ">=4.8.0 <6"
|
112
113
|
},
|
@@ -114,9 +115,6 @@
|
|
114
115
|
"@eslint-react/eslint-plugin": {
|
115
116
|
"optional": true
|
116
117
|
},
|
117
|
-
"@unocss/eslint-plugin": {
|
118
|
-
"optional": true
|
119
|
-
},
|
120
118
|
"eslint-plugin-react-hooks": {
|
121
119
|
"optional": true
|
122
120
|
},
|