Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ If you’d like ESLint to enforce `` `could have been a regular string` `` being
- The first (string) option needs to be set to `"single"` or `"double"` and be kept in sync with Prettier’s [singleQuote] option.
- The second (object) option needs the following properties:
- `"avoidEscape": true` to follow Prettier’s [string formatting rules].
- `"allowTemplateLiterals": false` to disallow unnecessary backticks.
- `"allowTemplateLiterals": false` ([@stylistic/quotes] uses `"never"` instead of `false`) to disallow unnecessary backticks.

##### Example double quote configuration

Expand Down
Loading