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.
1 parent 6406ed1 commit 7e80181Copy full SHA for 7e80181
1 file changed
lib/rules/template-quotes.js
@@ -54,7 +54,7 @@ module.exports = {
54
const rawOption = context.options[0];
55
56
// Disabled when options omitted or explicitly set to `false`.
57
- if (rawOption === undefined || rawOption === false) {
+ if (!rawOption) {
58
return {};
59
}
60
0 commit comments