Skip to content

Commit e7885fe

Browse files
committed
Mention config for TypeScript in readme
1 parent 19b492f commit e7885fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Then, add `eslint-config-web-scrobbler` to the `extends` array in your
1919
}
2020
```
2121

22+
You can use `web-scrobbler/typescript` config for projects written in TypeScript:
23+
```json
24+
{
25+
"extends": ["some-other-config-you-use", "web-scrobbler/typescript"]
26+
}
27+
```
28+
2229
## License
2330

2431
Licensed under the [MIT License](./LICENSE).

0 commit comments

Comments
 (0)