Skip to content

Commit

Permalink
Update docs/processors/markdown.md
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Trotta <[email protected]>
  • Loading branch information
nzakas and fasttime authored Aug 12, 2024
1 parent 35a516f commit 5281a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/processors/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Here are some other things to keep in mind when linting code blocks.
### Strict Mode

`"use strict"` directives in every code block would be annoying.
The `markdown.configs.processor` config enables the [`impliedStrict` parser option](https://eslint.org/docs/user-guide/configuring#specifying-parser-options) and disables the [`strict` rule](https://eslint.org/docs/rules/strict) in Markdown files.
The `markdown.configs.processor` config enables the [`impliedStrict` parser option](https://eslint.org/docs/latest/use/configure/parser#configure-parser-options) and disables the [`strict` rule](https://eslint.org/docs/rules/strict) in Markdown files.
This opts into strict mode parsing without repeated `"use strict"` directives.

### Unsatisfiable Rules
Expand Down

0 comments on commit 5281a3f

Please sign in to comment.