@kirklin/eslint-config 2.3.0 → 2.3.1
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/dist/cli.cjs +2 -2
- package/dist/cli.js +2 -2
- package/package.json +3 -3
package/dist/cli.cjs
CHANGED
|
@@ -48,7 +48,7 @@ var import_picocolors = __toESM(require("picocolors"), 1);
|
|
|
48
48
|
var package_default = {
|
|
49
49
|
name: "@kirklin/eslint-config",
|
|
50
50
|
type: "module",
|
|
51
|
-
version: "2.3.
|
|
51
|
+
version: "2.3.1",
|
|
52
52
|
packageManager: "pnpm@8.15.5",
|
|
53
53
|
description: "Kirk Lin's ESLint config",
|
|
54
54
|
author: "Kirk Lin (https://github.com/kirklin/)",
|
|
@@ -152,7 +152,7 @@ var package_default = {
|
|
|
152
152
|
"eslint-plugin-import-x": "^0.5.0",
|
|
153
153
|
"eslint-plugin-jsdoc": "^48.2.3",
|
|
154
154
|
"eslint-plugin-jsonc": "^2.15.1",
|
|
155
|
-
"eslint-plugin-kirklin": "^1.
|
|
155
|
+
"eslint-plugin-kirklin": "^1.2.0",
|
|
156
156
|
"eslint-plugin-markdown": "^4.0.1",
|
|
157
157
|
"eslint-plugin-n": "^17.2.1",
|
|
158
158
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
package/dist/cli.js
CHANGED
|
@@ -19,7 +19,7 @@ import c from "picocolors";
|
|
|
19
19
|
var package_default = {
|
|
20
20
|
name: "@kirklin/eslint-config",
|
|
21
21
|
type: "module",
|
|
22
|
-
version: "2.3.
|
|
22
|
+
version: "2.3.1",
|
|
23
23
|
packageManager: "pnpm@8.15.5",
|
|
24
24
|
description: "Kirk Lin's ESLint config",
|
|
25
25
|
author: "Kirk Lin (https://github.com/kirklin/)",
|
|
@@ -123,7 +123,7 @@ var package_default = {
|
|
|
123
123
|
"eslint-plugin-import-x": "^0.5.0",
|
|
124
124
|
"eslint-plugin-jsdoc": "^48.2.3",
|
|
125
125
|
"eslint-plugin-jsonc": "^2.15.1",
|
|
126
|
-
"eslint-plugin-kirklin": "^1.
|
|
126
|
+
"eslint-plugin-kirklin": "^1.2.0",
|
|
127
127
|
"eslint-plugin-markdown": "^4.0.1",
|
|
128
128
|
"eslint-plugin-n": "^17.2.1",
|
|
129
129
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kirklin/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.1",
|
|
5
5
|
"packageManager": "pnpm@8.15.5",
|
|
6
6
|
"description": "Kirk Lin's ESLint config",
|
|
7
7
|
"author": "Kirk Lin (https://github.com/kirklin/)",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"eslint-plugin-import-x": "^0.5.0",
|
|
91
91
|
"eslint-plugin-jsdoc": "^48.2.3",
|
|
92
92
|
"eslint-plugin-jsonc": "^2.15.1",
|
|
93
|
-
"eslint-plugin-kirklin": "^1.
|
|
93
|
+
"eslint-plugin-kirklin": "^1.2.0",
|
|
94
94
|
"eslint-plugin-markdown": "^4.0.1",
|
|
95
95
|
"eslint-plugin-n": "^17.2.1",
|
|
96
96
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"typescript": "^5.4.5",
|
|
151
151
|
"vitest": "^1.5.0",
|
|
152
152
|
"vue": "^3.4.21",
|
|
153
|
-
"@kirklin/eslint-config": "2.3.
|
|
153
|
+
"@kirklin/eslint-config": "2.3.1"
|
|
154
154
|
},
|
|
155
155
|
"simple-git-hooks": {
|
|
156
156
|
"pre-commit": "pnpm lint-staged"
|