@cluerise/tools 5.1.3 → 5.1.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.
|
@@ -26,6 +26,10 @@ node_modules/
|
|
|
26
26
|
.envrc
|
|
27
27
|
.envrc.*
|
|
28
28
|
|
|
29
|
+
# Fonts
|
|
30
|
+
*.ttf
|
|
31
|
+
*.woff2
|
|
32
|
+
|
|
29
33
|
# Git
|
|
30
34
|
.git/
|
|
31
35
|
|
|
@@ -34,6 +38,13 @@ hooks/*
|
|
|
34
38
|
!hooks/*.js
|
|
35
39
|
!hooks/*.ts
|
|
36
40
|
|
|
41
|
+
# Images
|
|
42
|
+
*.avif
|
|
43
|
+
*.ico
|
|
44
|
+
*.png
|
|
45
|
+
*.svg
|
|
46
|
+
*.webp
|
|
47
|
+
|
|
37
48
|
# Lock files
|
|
38
49
|
pnpm-lock.yaml
|
|
39
50
|
package-lock.json
|
|
@@ -77,8 +77,7 @@ export default defineConfig([
|
|
|
77
77
|
name: 'cluerise: typescript-eslint/rules/ts',
|
|
78
78
|
files: ['**/*.{ts,tsx}'],
|
|
79
79
|
rules: {
|
|
80
|
-
'@typescript-eslint/consistent-type-imports': ['error', { fixStyle: 'inline-type-imports' }]
|
|
81
|
-
'@typescript-eslint/unbound-method': ['error', { ignoreStatic: true }]
|
|
80
|
+
'@typescript-eslint/consistent-type-imports': ['error', { fixStyle: 'inline-type-imports' }]
|
|
82
81
|
}
|
|
83
82
|
},
|
|
84
83
|
{
|
|
@@ -345,6 +344,7 @@ export default defineConfig([
|
|
|
345
344
|
'**/*.po',
|
|
346
345
|
|
|
347
346
|
// Images
|
|
347
|
+
'**/*.avif',
|
|
348
348
|
'**/*.ico',
|
|
349
349
|
'**/*.png',
|
|
350
350
|
'**/*.svg',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cluerise/tools",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.5",
|
|
4
4
|
"description": "Tools for maintaining TypeScript projects.",
|
|
5
5
|
"author": "Branislav Holý <brano@holy.am>",
|
|
6
6
|
"repository": "github:cluerise/tools",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@eslint/markdown": "7.0.0",
|
|
28
28
|
"@html-eslint/eslint-plugin": "0.42.0",
|
|
29
29
|
"@html-eslint/parser": "0.42.0",
|
|
30
|
-
"@typescript-eslint/parser": "8.
|
|
30
|
+
"@typescript-eslint/parser": "8.37.0",
|
|
31
31
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
32
32
|
"eslint": "9.31.0",
|
|
33
33
|
"eslint-config-prettier": "10.1.5",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"semantic-release": "24.2.7",
|
|
46
46
|
"semver": "7.7.2",
|
|
47
47
|
"smol-toml": "1.4.1",
|
|
48
|
-
"typescript-eslint": "8.
|
|
48
|
+
"typescript-eslint": "8.37.0",
|
|
49
49
|
"zod": "4.0.5"
|
|
50
50
|
}
|
|
51
51
|
}
|