You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,11 @@
2
2
3
3
# eslint-plugin-typescript-sort-keys
4
4
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)>)
8
6
9
7
## Installation
10
8
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:
14
10
15
11
-[eslint](http://eslint.org)
16
12
-[typescript](http://www.typescriptlang.org/)
@@ -57,7 +53,7 @@ Then configure the rules you want to use under the rules section.
57
53
}
58
54
```
59
55
60
-
Or enable all rules with defaults:
56
+
Or alternatively to the individual rules, enable all rules with defaults:
0 commit comments