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 255479b commit 39898b9Copy full SHA for 39898b9
packages/eslint/src/rules/define-style/index.ts
@@ -54,8 +54,6 @@ const rule: RuleModule<MessageIds, RuleOptions> = {
54
arg.range[0] + 1,
55
arg.range[1] - 1,
56
)
57
- // .replaceAll('${', '--')
58
- // arg.quasis[0].value.raw.replaceAll('${', '-')
59
60
let formattedCss = ''
61
try {
0 commit comments