File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ import tseslint from "typescript-eslint";
4242export default tseslint .config ({
4343 files: [" **/*.ts" ],
4444 extends: [
45- functional .configs .externalTypescriptRecommended ,
45+ functional .configs .externalTypeScriptRecommended ,
4646 functional .configs .recommended ,
4747 functional .configs .stylistic ,
4848 // your other plugin configs here
Original file line number Diff line number Diff line change 8686- ** External Vanilla Recommended** (` configs.externalVanillaRecommended ` )\
8787 Configures recommended [ vanilla ESLint] ( https://www.npmjs.com/package/eslint ) rules.
8888
89- - ** External Typescript Recommended** (` configs.externalTypescriptRecommended ` )\
89+ - ** External TypeScript Recommended** (` configs.externalTypeScriptRecommended ` )\
9090 Configures recommended [ TypeScript ESLint] ( https://www.npmjs.com/package/@typescript-eslint/eslint-plugin ) rules.
9191 Enabling this ruleset will also enable the vanilla one.
9292
@@ -180,7 +180,7 @@ These rules are what are included in the _external recommended_ rulesets.
180180- [ prefer-const] ( https://eslint.org/docs/rules/prefer-const ) \
181181 This rule provides a helpful fixer when converting from an imperative code style to a functional one.
182182
183- ### Typescript Rules
183+ ### TypeScript Rules
184184
185185- [ @typescript-eslint/prefer-readonly ] ( https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-readonly.md ) \
186186 This rule is helpful when working with classes.
You can’t perform that action at this time.
0 commit comments