We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allowTemplateLiterals: "never"
@stylistic/quotes
1 parent 9b0b0a4 commit 0637286Copy full SHA for 0637286
README.md
@@ -616,7 +616,7 @@ If you’d like ESLint to enforce `` `could have been a regular string` `` being
616
- The first (string) option needs to be set to `"single"` or `"double"` and be kept in sync with Prettier’s [singleQuote] option.
617
- The second (object) option needs the following properties:
618
- `"avoidEscape": true` to follow Prettier’s [string formatting rules].
619
- - `"allowTemplateLiterals": false` to disallow unnecessary backticks.
+ - `"allowTemplateLiterals": false` ([@stylistic/quotes] uses `"never"` instead of `false`) to disallow unnecessary backticks.
620
621
##### Example double quote configuration
622
0 commit comments