@schafevormfenster/eslint-config 0.0.10 → 0.0.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.
- package/.turbo/turbo-check.log +1 -1
- package/docs/RULES_REFERENCE.md +2 -2
- package/package.json +10 -10
package/.turbo/turbo-check.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @schafevormfenster/eslint-config@0.0.
|
|
3
|
+
> @schafevormfenster/eslint-config@0.0.11 check /Users/jan-henrik.hempel/Projects/commons/packages/eslint-config
|
|
4
4
|
> echo 'eslint-config: no build required'
|
|
5
5
|
|
|
6
6
|
eslint-config: no build required
|
package/docs/RULES_REFERENCE.md
CHANGED
|
@@ -215,8 +215,8 @@ Below is a comprehensive mapping of custom rules (from `@schafevormfenster/eslin
|
|
|
215
215
|
|
|
216
216
|
| Rule | Severity | Description |
|
|
217
217
|
|------|----------|-------------|
|
|
218
|
-
| `enforce-log-before-throw` | error | Must log before throwing an error |
|
|
219
|
-
| `enforce-log-level-before-throw` | warn | Enforce appropriate log level before throwing |
|
|
218
|
+
| `enforce-log-before-throw` | error | Must log before throwing an error (skipped in test files) |
|
|
219
|
+
| `enforce-log-level-before-throw` | warn | Enforce appropriate log level before throwing (skipped in test files) |
|
|
220
220
|
| `prefer-custom-logger` | warn | Use custom logger instead of console |
|
|
221
221
|
| `enforce-get-logger-category` | error | getLogger must be called with a category string |
|
|
222
222
|
| `enforce-structured-logging` | error | Log calls must include context object + message |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schafevormfenster/eslint-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
"typescript": "^5.0.0"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@next/eslint-plugin-next": "^16.1.
|
|
28
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
29
|
-
"@typescript-eslint/parser": "^8.
|
|
30
|
-
"eslint-plugin-import": "^2.
|
|
31
|
-
"eslint-plugin-playwright": "^2.1
|
|
32
|
-
"eslint-plugin-react": "^7.37.
|
|
27
|
+
"@next/eslint-plugin-next": "^16.1.6",
|
|
28
|
+
"@typescript-eslint/eslint-plugin": "^8.55.0",
|
|
29
|
+
"@typescript-eslint/parser": "^8.55.0",
|
|
30
|
+
"eslint-plugin-import": "^2.32.0",
|
|
31
|
+
"eslint-plugin-playwright": "^2.5.1",
|
|
32
|
+
"eslint-plugin-react": "^7.37.5",
|
|
33
33
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
34
|
-
"eslint-plugin-sonarjs": "^3.0.
|
|
34
|
+
"eslint-plugin-sonarjs": "^3.0.6",
|
|
35
35
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
36
36
|
"eslint-plugin-vitest": "^0.5.4",
|
|
37
37
|
"eslint-plugin-zod": "^1.4.0",
|
|
38
38
|
"globals": "^16.5.0",
|
|
39
|
-
"typescript-eslint": "^8.
|
|
40
|
-
"@schafevormfenster/eslint-plugin": "0.0.
|
|
39
|
+
"typescript-eslint": "^8.55.0",
|
|
40
|
+
"@schafevormfenster/eslint-plugin": "0.0.12"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=22"
|