@vinicunca/eslint-config 1.10.1 → 2.0.0-beta.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/dist/index.d.ts +145 -0
- package/dist/index.js +1529 -0
- package/package.json +72 -17
- package/index.js +0 -5
package/package.json
CHANGED
|
@@ -1,38 +1,93 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vinicunca/eslint-config",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "2.0.0-beta.2",
|
|
5
|
+
"packageManager": "pnpm@8.7.6",
|
|
6
|
+
"author": {
|
|
7
|
+
"name": "praburangki",
|
|
8
|
+
"email": "praburangki@gmail.com",
|
|
9
|
+
"url": "https://praburangki.dev"
|
|
10
|
+
},
|
|
6
11
|
"license": "MIT",
|
|
7
|
-
"
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/vinicunca/eslint-config.git"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/vinicunca/eslint-config/issues"
|
|
18
|
+
},
|
|
8
19
|
"keywords": [
|
|
9
|
-
"
|
|
20
|
+
"JavaScript Linter",
|
|
21
|
+
"check",
|
|
22
|
+
"checker",
|
|
23
|
+
"code",
|
|
24
|
+
"code checker",
|
|
25
|
+
"code linter",
|
|
26
|
+
"code standards",
|
|
27
|
+
"code style",
|
|
28
|
+
"enforce",
|
|
29
|
+
"eslint",
|
|
30
|
+
"eslintconfig",
|
|
31
|
+
"eslint-config",
|
|
32
|
+
"hint",
|
|
33
|
+
"jscs",
|
|
34
|
+
"jshint",
|
|
35
|
+
"lint",
|
|
36
|
+
"policy",
|
|
37
|
+
"quality",
|
|
38
|
+
"simple",
|
|
39
|
+
"style",
|
|
40
|
+
"style checker",
|
|
41
|
+
"style linter"
|
|
10
42
|
],
|
|
11
|
-
"main": "index.js",
|
|
43
|
+
"main": "dist/index.js",
|
|
12
44
|
"files": [
|
|
13
|
-
"
|
|
45
|
+
"dist"
|
|
14
46
|
],
|
|
47
|
+
"engines": {
|
|
48
|
+
"node": ">=18.0.0"
|
|
49
|
+
},
|
|
15
50
|
"peerDependencies": {
|
|
16
|
-
"eslint": ">=
|
|
51
|
+
"eslint": ">=8.50.0"
|
|
17
52
|
},
|
|
18
53
|
"dependencies": {
|
|
19
|
-
"@
|
|
20
|
-
"@
|
|
54
|
+
"@eslint-stylistic/metadata": "0.0.4",
|
|
55
|
+
"@stylistic/eslint-plugin-js": "0.0.4",
|
|
56
|
+
"@stylistic/eslint-plugin-ts": "0.0.4",
|
|
57
|
+
"@types/fs-extra": "^11.0.2",
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
59
|
+
"@typescript-eslint/parser": "^6.7.2",
|
|
21
60
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
22
|
-
"eslint-plugin-
|
|
23
|
-
"eslint-plugin-
|
|
61
|
+
"eslint-plugin-i": "^2.28.1",
|
|
62
|
+
"eslint-plugin-jsdoc": "^46.8.2",
|
|
24
63
|
"eslint-plugin-jsonc": "^2.9.0",
|
|
64
|
+
"eslint-plugin-markdown": "^3.0.1",
|
|
25
65
|
"eslint-plugin-n": "^16.1.0",
|
|
26
|
-
"eslint-plugin-
|
|
27
|
-
"eslint-plugin-
|
|
66
|
+
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
67
|
+
"eslint-plugin-react": "^7.33.2",
|
|
68
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
28
69
|
"eslint-plugin-unicorn": "^48.0.1",
|
|
70
|
+
"eslint-plugin-unused-imports": "^3.0.0",
|
|
29
71
|
"eslint-plugin-vue": "^9.17.0",
|
|
30
72
|
"eslint-plugin-yml": "^1.9.0",
|
|
73
|
+
"fs-extra": "^11.1.1",
|
|
74
|
+
"globals": "^13.22.0",
|
|
31
75
|
"jsonc-eslint-parser": "^2.3.0",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
76
|
+
"local-pkg": "^0.4.3",
|
|
77
|
+
"vue-eslint-parser": "^9.3.1",
|
|
78
|
+
"yaml-eslint-parser": "^1.2.2"
|
|
34
79
|
},
|
|
35
80
|
"devDependencies": {
|
|
36
|
-
"
|
|
81
|
+
"react": "^18.2.0",
|
|
82
|
+
"tsup": "^7.2.0"
|
|
83
|
+
},
|
|
84
|
+
"scripts": {
|
|
85
|
+
"stub": "tsup src/index.ts --format esm --clean",
|
|
86
|
+
"lint": "pnpm run stub && eslint .",
|
|
87
|
+
"test": "vitest",
|
|
88
|
+
"build:ori": "pnpm run gen-meta && tsup src/index.ts --format esm --clean --dts",
|
|
89
|
+
"build": "tsup src/index.ts --format esm --clean --dts",
|
|
90
|
+
"gen-meta": "tsx scripts/gen-meta.ts",
|
|
91
|
+
"release": "bumpp package.json --commit --push --tag --commit 'chore: release v'"
|
|
37
92
|
}
|
|
38
93
|
}
|