Skip to content

Commit

Permalink
[Docs] jsx-filename-extension: mention this only reports JSX syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Aug 10, 2020
1 parent e638cec commit 8094fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/rules/jsx-filename-extension.md
Expand Up @@ -20,6 +20,8 @@ function MyComponent() {
}
```

Beware this rule **only** reports JSX syntax, **not** other non-standard syntax such as experimental features or type annotations.

## Rule Options

### `allow` (default: `"always"`)
Expand Down

0 comments on commit 8094fdc

Please sign in to comment.