@vinicunca/eslint-config 3.3.0 → 3.5.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/index.d.ts +16 -1
- package/dist/index.js +3 -3
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -11593,7 +11593,18 @@ type NodeNoRestrictedRequire = []|[(string | {
|
|
|
11593
11593
|
// ----- node/no-sync -----
|
|
11594
11594
|
type NodeNoSync = []|[{
|
|
11595
11595
|
allowAtRootLevel?: boolean
|
|
11596
|
-
ignores?: string
|
|
11596
|
+
ignores?: (string | {
|
|
11597
|
+
from?: "file"
|
|
11598
|
+
path?: string
|
|
11599
|
+
name?: string[]
|
|
11600
|
+
} | {
|
|
11601
|
+
from?: "lib"
|
|
11602
|
+
name?: string[]
|
|
11603
|
+
} | {
|
|
11604
|
+
from?: "package"
|
|
11605
|
+
package?: string
|
|
11606
|
+
name?: string[]
|
|
11607
|
+
})[]
|
|
11597
11608
|
}]
|
|
11598
11609
|
// ----- node/no-unpublished-bin -----
|
|
11599
11610
|
type NodeNoUnpublishedBin = []|[{
|
|
@@ -15814,6 +15825,8 @@ type TsExplicitModuleBoundaryTypes = []|[{
|
|
|
15814
15825
|
|
|
15815
15826
|
allowHigherOrderFunctions?: boolean
|
|
15816
15827
|
|
|
15828
|
+
allowOverloadFunctions?: boolean
|
|
15829
|
+
|
|
15817
15830
|
allowTypedFunctionExpressions?: boolean
|
|
15818
15831
|
}]
|
|
15819
15832
|
// ----- ts/init-declarations -----
|
|
@@ -16845,6 +16858,8 @@ type TsUnboundMethod = []|[{
|
|
|
16845
16858
|
type TsUnifiedSignatures = []|[{
|
|
16846
16859
|
|
|
16847
16860
|
ignoreDifferentlyNamedParameters?: boolean
|
|
16861
|
+
|
|
16862
|
+
ignoreOverloadsWithDifferentJSDoc?: boolean
|
|
16848
16863
|
}]
|
|
16849
16864
|
// ----- unicode-bom -----
|
|
16850
16865
|
type UnicodeBom = []|[("always" | "never")]
|
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
// ../node_modules/.pnpm/@vinicunca+perkakas@1.
|
|
1
|
+
// ../node_modules/.pnpm/@vinicunca+perkakas@1.3.0/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.
|
|
8
|
+
// ../node_modules/.pnpm/@vinicunca+perkakas@1.3.0/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.
|
|
13
|
+
// ../node_modules/.pnpm/@vinicunca+perkakas@1.3.0/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": "3.
|
|
4
|
+
"version": "3.5.1",
|
|
5
5
|
"description": "Vinicunca ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "praburangki",
|
|
@@ -113,11 +113,11 @@
|
|
|
113
113
|
"@clack/prompts": "^0.10.0",
|
|
114
114
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
115
115
|
"@eslint/markdown": "^6.2.2",
|
|
116
|
-
"@stylistic/eslint-plugin": "^4.
|
|
117
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
118
|
-
"@typescript-eslint/parser": "^8.
|
|
119
|
-
"@unocss/eslint-plugin": "^
|
|
120
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
116
|
+
"@stylistic/eslint-plugin": "^4.2.0",
|
|
117
|
+
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
|
118
|
+
"@typescript-eslint/parser": "^8.26.0",
|
|
119
|
+
"@unocss/eslint-plugin": "^66.1.0-beta.3",
|
|
120
|
+
"@vitest/eslint-plugin": "^1.1.36",
|
|
121
121
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
122
122
|
"eslint-flat-config-utils": "^2.0.1",
|
|
123
123
|
"eslint-merge-processors": "^2.0.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"eslint-plugin-import-x": "^4.6.1",
|
|
128
128
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
129
129
|
"eslint-plugin-jsonc": "^2.19.1",
|
|
130
|
-
"eslint-plugin-n": "^17.
|
|
130
|
+
"eslint-plugin-n": "^17.16.1",
|
|
131
131
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
132
132
|
"eslint-plugin-perfectionist": "^4.9.0",
|
|
133
133
|
"eslint-plugin-regexp": "^2.7.0",
|
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
"eslint-plugin-vue": "^9.32.0",
|
|
139
139
|
"eslint-plugin-yml": "^1.17.0",
|
|
140
140
|
"eslint-processor-vue-blocks": "^2.0.0",
|
|
141
|
-
"globals": "^
|
|
141
|
+
"globals": "^16.0.0",
|
|
142
142
|
"jsonc-eslint-parser": "^2.4.0",
|
|
143
|
-
"local-pkg": "^1.
|
|
143
|
+
"local-pkg": "^1.1.1",
|
|
144
144
|
"toml-eslint-parser": "^0.10.0",
|
|
145
145
|
"vue-eslint-parser": "^9.4.3",
|
|
146
|
-
"yaml-eslint-parser": "^1.
|
|
146
|
+
"yaml-eslint-parser": "^1.3.0"
|
|
147
147
|
},
|
|
148
148
|
"scripts": {
|
|
149
149
|
"lint": "eslint -v",
|