Skip to content

Commit

Permalink
Update README.md for #1256
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin authored Jan 29, 2019
1 parent 9bac44e commit 2a903db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,18 @@ rules:
# etc...
```

# Typescript

You may use the following shortcut or assemble your own config using the granular settings described below.

```yaml
extends:
- eslint:recommended
- plugin:import/errors
- plugin:import/warnings
- plugin:import/typescript # this line does the trick
```
# Resolvers
With the advent of module bundlers and the current state of modules and module
Expand Down

0 comments on commit 2a903db

Please sign in to comment.