@schoero/configs 1.5.7 → 1.5.9
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/eslint/tailwind.js +10 -2
- package/package.json +32 -32
package/eslint/tailwind.js
CHANGED
|
@@ -11,9 +11,17 @@ export const tailwind = [
|
|
|
11
11
|
"eslint-plugin-better-tailwindcss": eslintPluginBetterTailwindcss
|
|
12
12
|
},
|
|
13
13
|
rules: {
|
|
14
|
-
"eslint-plugin-better-tailwindcss/enforce-consistent-line-wrapping": [
|
|
15
|
-
|
|
14
|
+
"eslint-plugin-better-tailwindcss/enforce-consistent-line-wrapping": [
|
|
15
|
+
"warn", {
|
|
16
|
+
printWidth: 119,
|
|
17
|
+
group: "newLine"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
16
20
|
"eslint-plugin-better-tailwindcss/enforce-consistent-class-order": "warn",
|
|
21
|
+
"eslint-plugin-better-tailwindcss/enforce-shorthand-classes": "warn",
|
|
22
|
+
"eslint-plugin-better-tailwindcss/enforce-consistent-important-position": "warn",
|
|
23
|
+
"eslint-plugin-better-tailwindcss/no-unnecessary-whitespace": "warn",
|
|
24
|
+
"eslint-plugin-better-tailwindcss/no-deprecated-classes": "warn",
|
|
17
25
|
"eslint-plugin-better-tailwindcss/no-duplicate-classes": "warn",
|
|
18
26
|
"eslint-plugin-better-tailwindcss/no-conflicting-classes": "warn",
|
|
19
27
|
"eslint-plugin-better-tailwindcss/no-unregistered-classes": "warn"
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.5.
|
|
2
|
+
"version": "1.5.9",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
],
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@stylistic/eslint-plugin": "^5.1.0",
|
|
44
|
-
"changelogen": "^0.6.
|
|
45
|
-
"cspell": "^9.1.
|
|
46
|
-
"eslint": "^9.
|
|
44
|
+
"changelogen": "^0.6.2",
|
|
45
|
+
"cspell": "^9.1.5",
|
|
46
|
+
"eslint": "^9.31.0",
|
|
47
47
|
"markdownlint": "^0.38.0",
|
|
48
48
|
"unwritten": "^0.2.14",
|
|
49
|
-
"vite": "^7.0.
|
|
49
|
+
"vite": "^7.0.4",
|
|
50
50
|
"vitest": "^3.2.4"
|
|
51
51
|
},
|
|
52
52
|
"peerDependenciesMeta": {
|
|
@@ -76,30 +76,30 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@cspell/dict-bash": "^4.2.
|
|
80
|
-
"@cspell/dict-companies": "^3.2.
|
|
81
|
-
"@cspell/dict-css": "^4.0.
|
|
82
|
-
"@cspell/dict-de-ch": "^1.3.
|
|
83
|
-
"@cspell/dict-en_us": "^4.4.
|
|
84
|
-
"@cspell/dict-fr-fr": "^2.3.
|
|
85
|
-
"@cspell/dict-fullstack": "^3.2.
|
|
86
|
-
"@cspell/dict-html": "^4.0.
|
|
87
|
-
"@cspell/dict-html-symbol-entities": "^4.0.
|
|
88
|
-
"@cspell/dict-it-it": "^3.1.
|
|
89
|
-
"@cspell/dict-lorem-ipsum": "^4.0.
|
|
90
|
-
"@cspell/dict-markdown": "^2.0.
|
|
91
|
-
"@cspell/dict-node": "^5.0.
|
|
92
|
-
"@cspell/dict-npm": "^5.2.
|
|
93
|
-
"@cspell/dict-public-licenses": "^2.0.
|
|
94
|
-
"@cspell/dict-software-terms": "^5.1.
|
|
95
|
-
"@cspell/dict-typescript": "^3.2.
|
|
79
|
+
"@cspell/dict-bash": "^4.2.1",
|
|
80
|
+
"@cspell/dict-companies": "^3.2.2",
|
|
81
|
+
"@cspell/dict-css": "^4.0.18",
|
|
82
|
+
"@cspell/dict-de-ch": "^1.3.1",
|
|
83
|
+
"@cspell/dict-en_us": "^4.4.15",
|
|
84
|
+
"@cspell/dict-fr-fr": "^2.3.1",
|
|
85
|
+
"@cspell/dict-fullstack": "^3.2.7",
|
|
86
|
+
"@cspell/dict-html": "^4.0.12",
|
|
87
|
+
"@cspell/dict-html-symbol-entities": "^4.0.4",
|
|
88
|
+
"@cspell/dict-it-it": "^3.1.5",
|
|
89
|
+
"@cspell/dict-lorem-ipsum": "^4.0.5",
|
|
90
|
+
"@cspell/dict-markdown": "^2.0.12",
|
|
91
|
+
"@cspell/dict-node": "^5.0.8",
|
|
92
|
+
"@cspell/dict-npm": "^5.2.12",
|
|
93
|
+
"@cspell/dict-public-licenses": "^2.0.14",
|
|
94
|
+
"@cspell/dict-software-terms": "^5.1.4",
|
|
95
|
+
"@cspell/dict-typescript": "^3.2.3",
|
|
96
96
|
"@stylistic/eslint-plugin": "^5.1.0",
|
|
97
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
98
|
-
"@typescript-eslint/parser": "^8.
|
|
99
|
-
"cspell-lib": "^9.1.
|
|
97
|
+
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
|
98
|
+
"@typescript-eslint/parser": "^8.36.0",
|
|
99
|
+
"cspell-lib": "^9.1.5",
|
|
100
100
|
"eslint-plugin-import-newlines": "^1.4.0",
|
|
101
101
|
"eslint-plugin-import-x": "^4.16.1",
|
|
102
|
-
"eslint-plugin-jsdoc": "^51.3.
|
|
102
|
+
"eslint-plugin-jsdoc": "^51.3.4",
|
|
103
103
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
104
104
|
"eslint-plugin-markdown": "^5.1.0",
|
|
105
105
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
@@ -113,15 +113,15 @@
|
|
|
113
113
|
"yaml-eslint-parser": "^1.3.0"
|
|
114
114
|
},
|
|
115
115
|
"optionalDependencies": {
|
|
116
|
-
"eslint-plugin-better-tailwindcss": "^3.
|
|
116
|
+
"eslint-plugin-better-tailwindcss": "^3.6.0"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
|
-
"@types/node": "^24.0.
|
|
120
|
-
"changelogen": "^0.6.
|
|
121
|
-
"cspell": "^9.1.
|
|
122
|
-
"eslint": "^9.
|
|
119
|
+
"@types/node": "^24.0.13",
|
|
120
|
+
"changelogen": "^0.6.2",
|
|
121
|
+
"cspell": "^9.1.5",
|
|
122
|
+
"eslint": "^9.31.0",
|
|
123
123
|
"markdownlint": "^0.38.0",
|
|
124
|
-
"vite": "^7.0.
|
|
124
|
+
"vite": "^7.0.4",
|
|
125
125
|
"vitest": "^3.2.4"
|
|
126
126
|
},
|
|
127
127
|
"keywords": []
|