Skip to content

Commit

Permalink
Merge pull request #144 from AsaAyers/patch-1
Browse files Browse the repository at this point in the history
update import/ignore documentation
  • Loading branch information
benmosher committed Dec 8, 2015
2 parents aae8905 + 32693d4 commit a6327a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,15 @@ A list of regex strings that, if matched by a path, will
not parse the matching module. In practice, this means rules other than
`no-unresolved` will not report on the `import` in question.

This will replace the default of `node_modules`, so you may need to include it in your own list. Example:

```yaml
settings:
import/ignore:
- node_modules
- coffee$
```

#### `import/resolver`

See [resolver plugins](#resolver-plugins).
Expand Down

0 comments on commit a6327a0

Please sign in to comment.