Skip to content

Commit e293b95

Browse files
committed
Update readme
1 parent 09b790c commit e293b95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Then configure the rules you want to use under the rules section.
4949
```json
5050
{
5151
"rules": {
52-
"typescript-sort-keys/interface": 2,
53-
"typescript-sort-keys/string-enum": 2
52+
"typescript-sort-keys/interface": "error",
53+
"typescript-sort-keys/string-enum": "error"
5454
}
5555
}
5656
```

0 commit comments

Comments
 (0)