@schoero/configs 1.2.10 → 1.2.11

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.
@@ -133,7 +133,6 @@ export const javascript = [
133
133
  "eslint-plugin-unicorn/no-empty-file": "warn",
134
134
  "eslint-plugin-unicorn/no-instanceof-array": "warn",
135
135
  "eslint-plugin-unicorn/no-unreadable-array-destructuring": "warn",
136
- "eslint-plugin-unicorn/numeric-separators-style": "warn",
137
136
  "eslint-plugin-unicorn/no-useless-length-check": "warn",
138
137
  "eslint-plugin-unicorn/no-useless-spread": "warn",
139
138
  "eslint-plugin-unicorn/throw-new-error": "warn",
@@ -150,23 +149,7 @@ export const javascript = [
150
149
  checkArguments: false
151
150
  }],
152
151
  "eslint-plugin-unicorn/numeric-separators-style": ["warn", {
153
- binary: {
154
- groupLength: 4,
155
- minimumDigits: 0
156
- },
157
- hexadecimal: {
158
- groupLength: 2,
159
- minimumDigits: 0
160
- },
161
- number: {
162
- groupLength: 3,
163
- minimumDigits: 5
164
- },
165
- octal: {
166
- groupLength: 4,
167
- minimumDigits: 0
168
- },
169
- onlyIfContainsSeparator: true
152
+ onlyIfContainsSeparator: false
170
153
  }]
171
154
 
172
155
  }
@@ -216,7 +216,7 @@ export const typescript = [
216
216
  "eslint-plugin-typescript/naming-convention": [
217
217
  "warn",
218
218
  {
219
- format: ["camelCase", "UPPER_CASE"],
219
+ format: ["camelCase", "UPPER_CASE", "PascalCase"],
220
220
  leadingUnderscore: "allow",
221
221
  selector: "variable"
222
222
  },
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.10",
2
+ "version": "1.2.11",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -79,25 +79,25 @@
79
79
  "@cspell/dict-companies": "^3.1.14",
80
80
  "@cspell/dict-css": "^4.0.17",
81
81
  "@cspell/dict-de-ch": "^1.2.3",
82
- "@cspell/dict-en_us": "^4.3.33",
82
+ "@cspell/dict-en_us": "^4.3.34",
83
83
  "@cspell/dict-fr-fr": "^2.2.5",
84
- "@cspell/dict-fullstack": "^3.2.5",
84
+ "@cspell/dict-fullstack": "^3.2.6",
85
85
  "@cspell/dict-html": "^4.0.11",
86
86
  "@cspell/dict-html-symbol-entities": "^4.0.3",
87
87
  "@cspell/dict-it-it": "^3.1.4",
88
88
  "@cspell/dict-lorem-ipsum": "^4.0.4",
89
89
  "@cspell/dict-markdown": "^2.0.9",
90
90
  "@cspell/dict-node": "^5.0.6",
91
- "@cspell/dict-npm": "^5.1.27",
91
+ "@cspell/dict-npm": "^5.1.29",
92
92
  "@cspell/dict-public-licenses": "^2.0.13",
93
93
  "@cspell/dict-software-terms": "^4.2.5",
94
94
  "@cspell/dict-typescript": "^3.2.0",
95
- "@stylistic/eslint-plugin-js": "^4.1.0",
96
- "@stylistic/eslint-plugin-jsx": "^4.1.0",
97
- "@stylistic/eslint-plugin-plus": "^4.1.0",
98
- "@stylistic/eslint-plugin-ts": "^4.1.0",
99
- "@typescript-eslint/eslint-plugin": "^8.25.0",
100
- "@typescript-eslint/parser": "^8.25.0",
95
+ "@stylistic/eslint-plugin-js": "^4.2.0",
96
+ "@stylistic/eslint-plugin-jsx": "^4.2.0",
97
+ "@stylistic/eslint-plugin-plus": "^4.2.0",
98
+ "@stylistic/eslint-plugin-ts": "^4.2.0",
99
+ "@typescript-eslint/eslint-plugin": "^8.26.0",
100
+ "@typescript-eslint/parser": "^8.26.0",
101
101
  "cspell-lib": "^8.17.5",
102
102
  "eslint-plugin-import-newlines": "^1.4.0",
103
103
  "eslint-plugin-import-x": "^4.6.1",
@@ -114,16 +114,16 @@
114
114
  "vitest-github-actions-reporter": "^0.11.1"
115
115
  },
116
116
  "optionalDependencies": {
117
- "eslint-plugin-readable-tailwind": "^1.9.0 || ^2.0.0-beta.2 || ^2.0.0"
117
+ "eslint-plugin-readable-tailwind": "^1.9.1"
118
118
  },
119
119
  "devDependencies": {
120
- "@types/node": "^22.13.5",
121
- "changelogen": "^0.6.0",
120
+ "@types/node": "^22.13.9",
121
+ "changelogen": "^0.6.1",
122
122
  "cspell": "^8.17.5",
123
123
  "eslint": "^9.21.0",
124
124
  "markdownlint": "^0.37.4",
125
- "vite": "^6.2.0",
126
- "vitest": "^3.0.7"
125
+ "vite": "^6.2.1",
126
+ "vitest": "^3.0.8"
127
127
  },
128
128
  "keywords": []
129
129
  }