@vinicunca/eslint-config 2.15.6 → 2.15.8
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/index.cjs +4 -4
- package/dist/index.d.cts +377 -254
- package/dist/index.d.ts +377 -254
- package/dist/index.js +3 -3
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
// ../node_modules/.pnpm/@vinicunca+perkakas@1.2.
|
|
1
|
+
// ../node_modules/.pnpm/@vinicunca+perkakas@1.2.3/node_modules/@vinicunca/perkakas/dist/chunk-6AFNPQW2.js
|
|
2
2
|
function r(o) {
|
|
3
3
|
if (typeof o != "object" || o === null) return false;
|
|
4
4
|
let e3 = Object.getPrototypeOf(o);
|
|
5
5
|
return e3 === null || e3 === Object.prototype;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
// ../node_modules/.pnpm/@vinicunca+perkakas@1.2.
|
|
8
|
+
// ../node_modules/.pnpm/@vinicunca+perkakas@1.2.3/node_modules/@vinicunca/perkakas/dist/chunk-Q2HW4RVT.js
|
|
9
9
|
function e(r2) {
|
|
10
10
|
return typeof r2 == "number" && !Number.isNaN(r2);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
// ../node_modules/.pnpm/@vinicunca+perkakas@1.2.
|
|
13
|
+
// ../node_modules/.pnpm/@vinicunca+perkakas@1.2.3/node_modules/@vinicunca/perkakas/dist/chunk-AZUJCNUP.js
|
|
14
14
|
function e2(o) {
|
|
15
15
|
return typeof o == "boolean";
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.15.
|
|
4
|
+
"version": "2.15.8",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -113,24 +113,24 @@
|
|
|
113
113
|
"@antfu/install-pkg": "^1.0.0",
|
|
114
114
|
"@clack/prompts": "^0.9.1",
|
|
115
115
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
116
|
-
"@eslint/markdown": "^6.2.
|
|
117
|
-
"@stylistic/eslint-plugin": "^2.
|
|
118
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
119
|
-
"@typescript-eslint/parser": "^8.
|
|
120
|
-
"@unocss/eslint-plugin": "^
|
|
121
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
116
|
+
"@eslint/markdown": "^6.2.2",
|
|
117
|
+
"@stylistic/eslint-plugin": "^2.13.0",
|
|
118
|
+
"@typescript-eslint/eslint-plugin": "^8.21.0",
|
|
119
|
+
"@typescript-eslint/parser": "^8.21.0",
|
|
120
|
+
"@unocss/eslint-plugin": "^65.4.3",
|
|
121
|
+
"@vitest/eslint-plugin": "^1.1.25",
|
|
122
122
|
"eslint-config-flat-gitignore": "^1.0.0",
|
|
123
|
-
"eslint-flat-config-utils": "^1.
|
|
123
|
+
"eslint-flat-config-utils": "^1.1.0",
|
|
124
124
|
"eslint-merge-processors": "^1.0.0",
|
|
125
125
|
"eslint-plugin-antfu": "^2.7.0",
|
|
126
126
|
"eslint-plugin-command": "^2.1.0",
|
|
127
127
|
"eslint-plugin-format": "^1.0.1",
|
|
128
128
|
"eslint-plugin-import-x": "^4.6.1",
|
|
129
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
130
|
-
"eslint-plugin-jsonc": "^2.
|
|
129
|
+
"eslint-plugin-jsdoc": "^50.6.2",
|
|
130
|
+
"eslint-plugin-jsonc": "^2.19.1",
|
|
131
131
|
"eslint-plugin-n": "^17.15.1",
|
|
132
132
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
133
|
-
"eslint-plugin-perfectionist": "^4.
|
|
133
|
+
"eslint-plugin-perfectionist": "^4.7.0",
|
|
134
134
|
"eslint-plugin-regexp": "^2.7.0",
|
|
135
135
|
"eslint-plugin-sonarjs": "^3.0.1",
|
|
136
136
|
"eslint-plugin-toml": "^0.12.0",
|