@isentinel/eslint-config 0.3.0
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/LICENSE +21 -0
- package/README.md +286 -0
- package/bin/index.js +3 -0
- package/dist/index.cjs +2785 -0
- package/dist/index.d.cts +378 -0
- package/dist/index.d.ts +378 -0
- package/dist/index.js +2726 -0
- package/package.json +131 -0
package/package.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@isentinel/eslint-config",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.3.0",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"access": "public"
|
|
7
|
+
},
|
|
8
|
+
"packageManager": "pnpm@8.11.0",
|
|
9
|
+
"description": "iSentinel's ESLint config",
|
|
10
|
+
"author": "Christopher Buss <christopher.buss@pm.me> (https://github.com/christopher-buss)",
|
|
11
|
+
"contributors": [
|
|
12
|
+
"Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)"
|
|
13
|
+
],
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"homepage": "https://github.com/christopher-buss/roblox-ts-eslint-config",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"eslint-config",
|
|
18
|
+
"roblox"
|
|
19
|
+
],
|
|
20
|
+
"exports": {
|
|
21
|
+
".": {
|
|
22
|
+
"import": "./dist/index.js",
|
|
23
|
+
"require": "./dist/index.cjs"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"main": "./dist/index.js",
|
|
27
|
+
"types": "./dist/index.d.ts",
|
|
28
|
+
"bin": "./bin/index.js",
|
|
29
|
+
"files": [
|
|
30
|
+
"bin",
|
|
31
|
+
"dist"
|
|
32
|
+
],
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"eslint": ">=8.40.0",
|
|
35
|
+
"eslint-plugin-react": "^7.33.2",
|
|
36
|
+
"eslint-plugin-react-hooks": "^4.6.0"
|
|
37
|
+
},
|
|
38
|
+
"peerDependenciesMeta": {
|
|
39
|
+
"eslint-plugin-react": {
|
|
40
|
+
"optional": true
|
|
41
|
+
},
|
|
42
|
+
"eslint-plugin-react-hooks": {
|
|
43
|
+
"optional": true
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"-": "^0.0.1",
|
|
48
|
+
"@antfu/eslint-define-config": "1.23.0-2",
|
|
49
|
+
"@antfu/install-pkg": "^0.3.2",
|
|
50
|
+
"@eslint-types/jsdoc": "48.0.2",
|
|
51
|
+
"@eslint-types/typescript-eslint": "^6.21.0",
|
|
52
|
+
"@eslint-types/unicorn": "^52.0.0",
|
|
53
|
+
"@shopify/eslint-plugin": "^44.0.0",
|
|
54
|
+
"@stylistic/eslint-plugin": "^1.7.0",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
56
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
57
|
+
"eslint-config-flat-gitignore": "^0.1.5",
|
|
58
|
+
"eslint-config-prettier": "^9.1.0",
|
|
59
|
+
"eslint-plugin-antfu": "^2.1.2",
|
|
60
|
+
"eslint-plugin-arrow-return-style": "^1.3.0",
|
|
61
|
+
"eslint-plugin-comment-length": "^1.7.3",
|
|
62
|
+
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
63
|
+
"eslint-plugin-format": "^0.1.0",
|
|
64
|
+
"eslint-plugin-i": "^2.29.1",
|
|
65
|
+
"eslint-plugin-jsdoc": "^48.2.3",
|
|
66
|
+
"eslint-plugin-jsonc": "^2.15.1",
|
|
67
|
+
"eslint-plugin-markdown": "^3.0.1",
|
|
68
|
+
"eslint-plugin-no-autofix": "^1.2.3",
|
|
69
|
+
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
70
|
+
"eslint-plugin-perfectionist": "^2.8.0",
|
|
71
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
72
|
+
"eslint-plugin-promise": "^6.1.1",
|
|
73
|
+
"eslint-plugin-react-prefer-function-component": "^3.3.0",
|
|
74
|
+
"eslint-plugin-roblox-ts": "^0.0.36",
|
|
75
|
+
"eslint-plugin-sonarjs": "^0.25.1",
|
|
76
|
+
"eslint-plugin-unicorn": "^52.0.0",
|
|
77
|
+
"eslint-plugin-unused-imports": "^3.1.0",
|
|
78
|
+
"eslint-plugin-yml": "^1.14.0",
|
|
79
|
+
"globals": "^13.24.0",
|
|
80
|
+
"jsonc-eslint-parser": "^2.4.0",
|
|
81
|
+
"local-pkg": "^0.5.0",
|
|
82
|
+
"parse-gitignore": "^2.0.0",
|
|
83
|
+
"prettier-plugin-jsdoc": "^1.3.0",
|
|
84
|
+
"prompts": "^2.4.2",
|
|
85
|
+
"yaml-eslint-parser": "^1.2.2",
|
|
86
|
+
"yargs": "^17.7.2"
|
|
87
|
+
},
|
|
88
|
+
"devDependencies": {
|
|
89
|
+
"@antfu/ni": "^0.21.12",
|
|
90
|
+
"@stylistic/eslint-plugin-migrate": "^1.7.0",
|
|
91
|
+
"@types/eslint": "^8.56.9",
|
|
92
|
+
"@types/fs-extra": "^11.0.4",
|
|
93
|
+
"@types/node": "^20.12.7",
|
|
94
|
+
"@types/prompts": "^2.4.9",
|
|
95
|
+
"@types/yargs": "^17.0.32",
|
|
96
|
+
"bumpp": "^9.4.0",
|
|
97
|
+
"eslint": "npm:eslint-ts-patch@8.57.0-0",
|
|
98
|
+
"eslint-flat-config-viewer": "^0.1.20",
|
|
99
|
+
"eslint-plugin-react": "^7.34.1",
|
|
100
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
101
|
+
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
102
|
+
"eslint-ts-patch": "8.56.0-0",
|
|
103
|
+
"esno": "^4.7.0",
|
|
104
|
+
"execa": "^8.0.1",
|
|
105
|
+
"fast-glob": "^3.3.2",
|
|
106
|
+
"fs-extra": "^11.2.0",
|
|
107
|
+
"lint-staged": "^15.2.2",
|
|
108
|
+
"rimraf": "^5.0.5",
|
|
109
|
+
"simple-git-hooks": "^2.11.1",
|
|
110
|
+
"tsup": "^8.0.2",
|
|
111
|
+
"typescript": "5.2.2",
|
|
112
|
+
"vitest": "^1.5.0",
|
|
113
|
+
"@isentinel/eslint-config": "0.3.0"
|
|
114
|
+
},
|
|
115
|
+
"simple-git-hooks": {
|
|
116
|
+
"pre-commit": "pnpm lint-staged"
|
|
117
|
+
},
|
|
118
|
+
"lint-staged": {
|
|
119
|
+
"*": "eslint --fix"
|
|
120
|
+
},
|
|
121
|
+
"scripts": {
|
|
122
|
+
"build": "tsup --format esm,cjs --clean --dts",
|
|
123
|
+
"stub": "tsup --format esm",
|
|
124
|
+
"dev": "tsup --format esm,cjs --watch & eslint-flat-config-viewer",
|
|
125
|
+
"watch": "tsup --format esm,cjs --watch",
|
|
126
|
+
"lint": "pnpm run stub && eslint . --fix --config ./eslint.config.ts",
|
|
127
|
+
"release": "bumpp && pnpm publish --p",
|
|
128
|
+
"test": "vitest",
|
|
129
|
+
"typecheck": "tsc --noEmit"
|
|
130
|
+
}
|
|
131
|
+
}
|