Skip to content

Commit

Permalink
docs(readme): 📝 update features
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jun 9, 2023
1 parent c75652d commit 6412eee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-lit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An [ESLint Flat Config](https://eslint.org/docs/latest/use/configure/configurati
- Single quotes, no semi
- Auto fix for formatting (aimed to be used standalone **without** Prettier)
- [Validating TSDoc](https://github.com/microsoft/tsdoc/tree/main/eslint-plugin)
- Radical automatic sorting (using [simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) and [sort-keys-fix](https://github.com/leo-buneev/eslint-plugin-sort-keys-fix))
- Automatically sort any data that fits! (via [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist))
- Lit Support
- Inspired by [`@open-wc/eslint-config`](https://www.npmjs.com/package/@open-wc/eslint-config)

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An [ESLint Flat Config](https://eslint.org/docs/latest/use/configure/configurati
- Single quotes, no semi
- Auto fix for formatting (aimed to be used standalone **without** Prettier)
- [Validating TSDoc](https://github.com/microsoft/tsdoc/tree/main/eslint-plugin)
- Radical automatic sorting (using [simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) and [sort-keys-fix](https://github.com/leo-buneev/eslint-plugin-sort-keys-fix))
- Automatically sort any data that fits! (via [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist))
- Svelte Support

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An [ESLint Flat Config](https://eslint.org/docs/latest/use/configure/configurati
- Single quotes, no semi
- Auto fix for formatting (aimed to be used standalone **without** Prettier)
- [Validating TSDoc](https://github.com/microsoft/tsdoc/tree/main/eslint-plugin)
- Radical automatic sorting (using [simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) and [sort-keys-fix](https://github.com/leo-buneev/eslint-plugin-sort-keys-fix))
- Automatically sort any data that fits! (via [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist))

## Usage

Expand Down

0 comments on commit 6412eee

Please sign in to comment.