Skip to content

Commit fc05e13

Browse files
chore(deps): remove unused
1 parent 289c8e8 commit fc05e13

File tree

4 files changed

+5
-32
lines changed

4 files changed

+5
-32
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ strict-peer-dependencies=false
22
shamefully-hoist=true
33
ignore-workspace-root-check=true
44
shell-emulator=true
5+
save-exact=true

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
"@antfu/install-pkg": "0.3.3",
6161
"@clack/prompts": "0.7.0",
6262
"@cspell/eslint-plugin": "8.9.0",
63-
"@eslint-types/jsdoc": "48.2.2",
64-
"@eslint-types/unicorn": "52.0.0",
6563
"@eslint/compat": "1.1.0",
6664
"@isentinel/dict-rbxts": "1.0.1",
6765
"@isentinel/dict-roblox": "1.0.3",
@@ -84,13 +82,11 @@
8482
"eslint-plugin-markdown": "5.0.0",
8583
"eslint-plugin-no-autofix": "2.0.0",
8684
"eslint-plugin-perfectionist": "2.11.0",
87-
"eslint-plugin-prettier": "5.1.3",
8885
"eslint-plugin-promise": "6.2.0",
8986
"eslint-plugin-sonarjs": "1.0.3",
9087
"eslint-plugin-toml": "0.11.0",
9188
"eslint-plugin-unicorn": "53.0.0",
9289
"eslint-plugin-yml": "1.14.0",
93-
"globals": "15.4.0",
9490
"isentinel-eslint-plugin-roblox-ts": "0.0.37",
9591
"jsonc-eslint-parser": "2.4.0",
9692
"local-pkg": "0.5.0",

pnpm-lock.yaml

-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/typegen.d.ts

+4-16
Original file line numberDiff line numberDiff line change
@@ -7275,10 +7275,6 @@ export interface RuleOptions {
72757275
* @see https://eslint.org/docs/latest/rules/prefer-template
72767276
*/
72777277
'no-autofix/prefer-template'?: Linter.RuleEntry<[]>
7278-
/**
7279-
* @see https://github.com/prettier/eslint-plugin-prettier#options
7280-
*/
7281-
'no-autofix/prettier/prettier'?: Linter.RuleEntry<NoAutofixPrettierPrettier>
72827278
/**
72837279
* Require returning inside each `then()` to create readable and reusable Promise chains.
72847280
* @see https://github.com/eslint-community/eslint-plugin-promise/blob/main/docs/rules/always-return.md
@@ -13435,6 +13431,8 @@ type CspellSpellchecker = []|[{
1343513431

1343613432
checkJSXText?: boolean
1343713433

13434+
checkScope?: [string, boolean][]
13435+
1343813436
checkStringTemplates?: boolean
1343913437

1344013438
checkStrings?: boolean
@@ -15356,6 +15354,8 @@ type NoAutofixCspellSpellchecker = []|[{
1535615354

1535715355
checkJSXText?: boolean
1535815356

15357+
checkScope?: [string, boolean][]
15358+
1535915359
checkStringTemplates?: boolean
1536015360

1536115361
checkStrings?: boolean
@@ -22701,18 +22701,6 @@ type NoAutofixPreferReflect = []|[{
2270122701
type NoAutofixPreferRegexLiterals = []|[{
2270222702
disallowRedundantWrapping?: boolean
2270322703
}]
22704-
// ----- no-autofix/prettier/prettier -----
22705-
type NoAutofixPrettierPrettier = []|[{
22706-
[k: string]: unknown | undefined
22707-
}]|[{
22708-
[k: string]: unknown | undefined
22709-
}, {
22710-
usePrettierrc?: boolean
22711-
fileInfoOptions?: {
22712-
[k: string]: unknown | undefined
22713-
}
22714-
[k: string]: unknown | undefined
22715-
}]
2271622704
// ----- no-autofix/promise/always-return -----
2271722705
type NoAutofixPromiseAlwaysReturn = []|[{
2271822706
ignoreLastCallback?: boolean

0 commit comments

Comments
 (0)