@starlightpro/eslint-config-starlight-ts

0.1.3 • Public • Published

eslint-config-starlight

Eslint configurations for every situation.

styled with prettier

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.

Package Sidebar

Install

npm i @starlightpro/eslint-config-starlight-ts

Weekly Downloads

5

Version

0.1.3

License

MIT

Unpacked Size

99.6 kB

Total Files

27

Last publish

Collaborators

  • strues