Skip to content

Commit b2ed63b

Browse files
committed
update readme
1 parent 93015c8 commit b2ed63b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22

33
# eslint-plugin-typescript-sort-keys
44

5-
Sort interface and enum keys
6-
7-
Inspired by and sourced from [eslint/sort-keys](<[https://github.com/eslint/eslint/blob/master/docs/rules/sort-keys.md](https://github.com/eslint/eslint/blob/main/docs/src/rules/sort-keys.md)>)
5+
Sort interface and enum keys. Inspired by and sourced from [eslint/sort-keys](<[https://github.com/eslint/eslint/blob/master/docs/rules/sort-keys.md](https://github.com/eslint/eslint/blob/main/docs/src/rules/sort-keys.md)>)
86

97
## Installation
108

11-
Supported on Node 18+
12-
13-
You'll first need to install
9+
This plugin is supported on **Node 18+**. You'll first need to install:
1410

1511
- [eslint](http://eslint.org)
1612
- [typescript](http://www.typescriptlang.org/)
@@ -57,7 +53,7 @@ Then configure the rules you want to use under the rules section.
5753
}
5854
```
5955

60-
Or enable all rules with defaults:
56+
Or alternatively to the individual rules, enable all rules with defaults:
6157

6258
```json
6359
{

0 commit comments

Comments
 (0)