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 b0cd286 commit df00d80Copy full SHA for df00d80
1 file changed
packages/eslint-config-react-app/index.js
@@ -185,6 +185,7 @@ module.exports = {
185
{
186
allowShortCircuit: true,
187
allowTernary: true,
188
+ allowTaggedTemplates: true,
189
},
190
],
191
'no-unused-labels': 'warn',
0 commit comments