@solvro/config 1.0.4 → 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/dist/{chunk-4C4AR77R.js → chunk-62DEEFN2.js} +0 -17
- package/dist/eslint-config/cli.cjs +5152 -110
- package/dist/eslint-config/cli.js +5166 -126
- 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 +18 -26
- 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"
|
@@ -17,14 +17,14 @@
|
|
17
17
|
"type": "module",
|
18
18
|
"exports": {
|
19
19
|
"./eslint": {
|
20
|
+
"types": "./dist/eslint-config/index.d.ts",
|
20
21
|
"import": "./dist/eslint-config/index.js",
|
21
|
-
"require": "./dist/eslint-config/index.cjs"
|
22
|
-
"types": "./dist/eslint-config/index.d.ts"
|
22
|
+
"require": "./dist/eslint-config/index.cjs"
|
23
23
|
},
|
24
24
|
"./prettier": {
|
25
|
+
"types": "./dist/prettier-config/index.d.ts",
|
25
26
|
"import": "./dist/prettier-config/index.js",
|
26
|
-
"require": "./dist/prettier-config/index.cjs"
|
27
|
-
"types": "./dist/prettier-config/index.d.ts"
|
27
|
+
"require": "./dist/prettier-config/index.cjs"
|
28
28
|
}
|
29
29
|
},
|
30
30
|
"bin": {
|
@@ -55,39 +55,28 @@
|
|
55
55
|
"@clack/prompts": "^0.8.2",
|
56
56
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
57
57
|
"@eslint/markdown": "^6.2.1",
|
58
|
-
"@rushstack/eslint-patch": "^1.10.4",
|
59
|
-
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
60
58
|
"@typescript-eslint/eslint-plugin": "^8.16.0",
|
61
59
|
"@typescript-eslint/parser": "^8.16.0",
|
62
60
|
"@vitest/eslint-plugin": "^1.1.12",
|
63
61
|
"eslint-config-flat-gitignore": "^0.3.0",
|
64
62
|
"eslint-config-prettier": "^9.1.0",
|
65
63
|
"eslint-flat-config-utils": "^0.4.0",
|
66
|
-
"eslint-import-resolver-alias": "^1.1.2",
|
67
|
-
"eslint-import-resolver-typescript": "^3.6.3",
|
68
64
|
"eslint-merge-processors": "^0.1.0",
|
69
65
|
"eslint-plugin-antfu": "^2.7.0",
|
70
66
|
"eslint-plugin-command": "^0.2.6",
|
71
|
-
"eslint-plugin-import": "^
|
72
|
-
"eslint-plugin-jest": "^28.9.0",
|
67
|
+
"eslint-plugin-import-x": "^4.4.3",
|
73
68
|
"eslint-plugin-jsdoc": "^50.6.0",
|
74
|
-
"eslint-plugin-jsx-a11y": "^6.10.2",
|
75
69
|
"eslint-plugin-n": "^17.14.0",
|
76
70
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
77
71
|
"eslint-plugin-perfectionist": "^4.1.2",
|
78
|
-
"eslint-plugin-playwright": "^2.1.0",
|
79
|
-
"eslint-plugin-react": "^7.37.2",
|
80
|
-
"eslint-plugin-react-hooks": "^5.0.0",
|
81
72
|
"eslint-plugin-regexp": "^2.7.0",
|
82
|
-
"eslint-plugin-testing-library": "^7.0.0",
|
83
|
-
"eslint-plugin-tsdoc": "^0.4.0",
|
84
73
|
"eslint-plugin-unicorn": "^56.0.1",
|
85
74
|
"eslint-plugin-unused-imports": "^4.1.4",
|
86
75
|
"globals": "^15.12.0",
|
87
|
-
"
|
76
|
+
"local-pkg": "^0.5.1",
|
77
|
+
"picocolors": "^1.1.1",
|
88
78
|
"prettier-plugin-packagejson": "^2.5.6",
|
89
|
-
"prettier-plugin-tailwindcss": "^0.6.9"
|
90
|
-
"yargs": "^17.7.2"
|
79
|
+
"prettier-plugin-tailwindcss": "^0.6.9"
|
91
80
|
},
|
92
81
|
"devDependencies": {
|
93
82
|
"@commitlint/cli": "^19.6.0",
|
@@ -95,24 +84,30 @@
|
|
95
84
|
"@eslint-react/eslint-plugin": "^1.17.1",
|
96
85
|
"@eslint/config-inspector": "^0.5.6",
|
97
86
|
"@semantic-release/git": "^10.0.1",
|
87
|
+
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
88
|
+
"@types/node": "^22.10.1",
|
98
89
|
"@types/yargs": "^17.0.33",
|
99
90
|
"eslint": "^9.15.0",
|
100
|
-
"eslint-plugin-format": "^0.1.2",
|
101
91
|
"eslint-plugin-react-hooks": "^5.0.0",
|
102
92
|
"eslint-plugin-react-refresh": "^0.4.14",
|
103
93
|
"eslint-typegen": "^0.3.2",
|
104
94
|
"husky": "^9.1.7",
|
105
95
|
"jiti": "^2.4.1",
|
106
96
|
"lint-staged": "^15.2.10",
|
97
|
+
"parse-gitignore": "^2.0.0",
|
107
98
|
"prettier": "^3.4.1",
|
108
99
|
"semantic-release": "^24.2.0",
|
109
100
|
"tsup": "^8.3.5",
|
110
101
|
"tsx": "^4.19.2",
|
111
|
-
"typescript": "^5.7.2"
|
102
|
+
"typescript": "^5.7.2",
|
103
|
+
"yargs": "^17.7.2"
|
112
104
|
},
|
113
105
|
"peerDependencies": {
|
106
|
+
"@eslint-react/eslint-plugin": "^1.5.8",
|
114
107
|
"@next/eslint-plugin-next": ">=12.3.0 <16.0.0-0",
|
115
|
-
"eslint": "
|
108
|
+
"eslint": "^9.10.0",
|
109
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
110
|
+
"eslint-plugin-react-refresh": "^0.4.4",
|
116
111
|
"prettier": ">=3.0.0 <4",
|
117
112
|
"typescript": ">=4.8.0 <6"
|
118
113
|
},
|
@@ -120,9 +115,6 @@
|
|
120
115
|
"@eslint-react/eslint-plugin": {
|
121
116
|
"optional": true
|
122
117
|
},
|
123
|
-
"@unocss/eslint-plugin": {
|
124
|
-
"optional": true
|
125
|
-
},
|
126
118
|
"eslint-plugin-react-hooks": {
|
127
119
|
"optional": true
|
128
120
|
},
|