@isentinel/eslint-config 1.1.2 → 1.2.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/README.md +65 -45
- package/dist/{chunk-VXR6SE7R.js → chunk-2HV5XKT7.js} +2 -2
- package/dist/cli.js +108 -118
- package/dist/eslint-plugin-simple-import-sort-FWMVSWU4.js +808 -0
- package/dist/index.d.ts +92 -58
- package/dist/index.js +3530 -1042
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@isentinel/eslint-config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "iSentinel's ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint-config",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@antfu/install-pkg": "1.0.0",
|
|
40
40
|
"@clack/prompts": "0.10.1",
|
|
41
|
-
"@cspell/eslint-plugin": "8.19.
|
|
41
|
+
"@cspell/eslint-plugin": "8.19.4",
|
|
42
42
|
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
|
43
43
|
"@eslint/compat": "1.2.8",
|
|
44
44
|
"@eslint/markdown": "6.4.0",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"@isentinel/dict-roblox": "1.0.3",
|
|
47
47
|
"@shopify/eslint-plugin": "48.0.2",
|
|
48
48
|
"@stylistic/eslint-plugin": "4.2.0",
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
50
|
-
"@typescript-eslint/parser": "8.
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "8.34.1",
|
|
50
|
+
"@typescript-eslint/parser": "8.34.1",
|
|
51
51
|
"ansis": "3.17.0",
|
|
52
52
|
"eslint-config-flat-gitignore": "2.1.0",
|
|
53
|
-
"eslint-config-prettier": "10.1.
|
|
53
|
+
"eslint-config-prettier": "10.1.5",
|
|
54
54
|
"eslint-flat-config-utils": "2.0.1",
|
|
55
55
|
"eslint-merge-processors": "2.0.0",
|
|
56
56
|
"eslint-plugin-antfu": "3.1.1",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"eslint-plugin-comment-length": "2.2.1",
|
|
60
60
|
"eslint-plugin-de-morgan": "1.2.1",
|
|
61
61
|
"eslint-plugin-format": "1.0.1",
|
|
62
|
-
"eslint-plugin-format-lua": "
|
|
62
|
+
"eslint-plugin-format-lua": "1.0.0",
|
|
63
63
|
"eslint-plugin-import-x": "4.10.6",
|
|
64
64
|
"eslint-plugin-jsdoc": "50.6.9",
|
|
65
65
|
"eslint-plugin-jsonc": "2.20.0",
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
"eslint-plugin-perfectionist": "4.12.3",
|
|
69
69
|
"eslint-plugin-pnpm": "0.3.1",
|
|
70
70
|
"eslint-plugin-promise": "7.2.1",
|
|
71
|
+
"eslint-plugin-roblox-ts-x": "1.0.1",
|
|
71
72
|
"eslint-plugin-sentinel": "0.1.1",
|
|
72
73
|
"eslint-plugin-sonarjs": "3.0.2",
|
|
73
74
|
"eslint-plugin-toml": "0.12.0",
|
|
74
75
|
"eslint-plugin-unicorn": "58.0.0",
|
|
75
76
|
"eslint-plugin-yml": "1.17.0",
|
|
76
|
-
"isentinel-eslint-plugin-roblox-ts": "0.0.37",
|
|
77
77
|
"jsonc-eslint-parser": "2.4.0",
|
|
78
78
|
"local-pkg": "1.1.1",
|
|
79
79
|
"parse-gitignore": "2.0.0",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"simple-git-hooks": "2.12.1",
|
|
111
111
|
"tsup": "8.4.0",
|
|
112
112
|
"typescript": "5.8.3",
|
|
113
|
-
"@isentinel/eslint-config": "1.
|
|
113
|
+
"@isentinel/eslint-config": "1.2.2"
|
|
114
114
|
},
|
|
115
115
|
"peerDependencies": {
|
|
116
116
|
"@eslint-react/eslint-plugin": "^1.45.0",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"build": "nr gen && tsup --clean --dts",
|
|
137
137
|
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
|
|
138
138
|
"dev": "npx @eslint/config-inspector --config eslint.config.ts",
|
|
139
|
-
"gen": "tsx scripts/typegen.ts && tsx scripts/versiongen.ts",
|
|
139
|
+
"gen": "NODE_OPTIONS='--import ./scripts/register-stylua-loader.mjs' tsx scripts/typegen.ts && NODE_OPTIONS='--import ./scripts/register-stylua-loader.mjs' tsx scripts/versiongen.ts",
|
|
140
140
|
"postgen": "echo 'Generation complete!'",
|
|
141
141
|
"lint": "eslint",
|
|
142
142
|
"release": "bumpp",
|