Skip to content

Commit

Permalink
docs: reword ignore-tags-without-type doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer committed Apr 8, 2024
1 parent 9a53907 commit 893305b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,9 @@ If a MIME type starts with a `/`, it will be considered as a regular expression.

### `html/ignore-tags-without-type`

By default, the plugin lints `<script>` tags which has not specified types. If you want to ignore it
you can ignore it. Example:
By default, the code between `<script>` tags is considered JavaScript if there is no `type`
attribute. You can set this setting to `true` to ignore script tags without a `type` attribute.
Example:

```javascript
{
Expand Down

0 comments on commit 893305b

Please sign in to comment.