@kitql/eslint-config 0.5.0 → 0.5.2
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/cmd.js +1 -1
- package/package.json +4 -4
package/cmd.js
CHANGED
|
@@ -122,7 +122,7 @@ const prettierCode = await prettierRun()
|
|
|
122
122
|
if (prettierCode.status) {
|
|
123
123
|
spinner.prefixText = bgRedBright(` kitql-lint `)
|
|
124
124
|
spinner.fail(red(`prettier failed, check logs above.`))
|
|
125
|
-
process.exit(
|
|
125
|
+
process.exit(prettierCode.status)
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
spinner.prefixText = bgGreen(` kitql-lint `)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitql/eslint-config",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "opinionated linting and formatting for projects",
|
|
6
6
|
"repository": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@theguild/prettier-config": "3.0.0",
|
|
37
37
|
"@types/eslint": "9.6.1",
|
|
38
38
|
"@typescript-eslint/parser": "^8.5.0",
|
|
39
|
-
"commander": "
|
|
39
|
+
"commander": "13.0.0",
|
|
40
40
|
"eslint": "^9.10.0",
|
|
41
41
|
"eslint-plugin-svelte": "2.46.0",
|
|
42
42
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"prettier": "3.4.2",
|
|
46
46
|
"prettier-plugin-svelte": "3.3.2",
|
|
47
47
|
"prettier-plugin-tailwindcss": "0.6.6",
|
|
48
|
-
"typescript-eslint": "8.
|
|
49
|
-
"@kitql/helpers": "0.8.
|
|
48
|
+
"typescript-eslint": "8.22.0",
|
|
49
|
+
"@kitql/helpers": "0.8.11"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|