@starlightpro/eslint-config-starlight-ts
v0.1.3
Published
ESLint rules for Starlight.
Downloads
1
Maintainers
Readme
eslint-config-starlight
Eslint configurations for every situation.
All rules conflicting with Prettier are disabled.
Documentation for about 98% of the Eslint rules is complete. You can find the rule explanations and a link to their eslint page above each rule definition.
All eslint plugins are installed as dependencies
Plugins & Rulesets
Included by default:
Opt-in Configurations
Opt-In Configs
Enabling one (or all) opt-in configurations
Simply extend the config you'd like to include, like below.
{
"extends": [
"@starlightpro/eslint-config-starlight",
"@starlightpro/eslint-config-starlight/react",
"@starlightpro/eslint-config-starlight/flowtype",
"@starlightpro/eslint-config-starlight/jsx-a11y",
"@starlightpro/eslint-config-starlight/import",
"@starlightpro/eslint-config-starlight/promise"
]
}
Feel free to extend or submit comments / corrections.