Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helixbass authored Dec 24, 2019
1 parent 76e3eae commit 63be6c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,9 @@ Then use the `prettier-run-as-rule` config exposed by this plugin:

| Name | Description |
| --------------------------------------- | ----------- |
| [`import/no-unresolved`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-unresolved.md) | Ensure imports point to a file/module that can be resolved |
| [`import/named`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/named.md) | Ensure named imports correspond to a named export in the remote file |
| [`import/default`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/default.md) | Ensure a default export is present, given a default import |
| [`import/no-webpack-loader-syntax`](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-webpack-loader-syntax.md) | Forbid webpack loader syntax in imports |

#### Helpful warnings
Expand Down

0 comments on commit 63be6c2

Please sign in to comment.