Open hyoban opened 3 months ago
Change quotes
to '@stylistic/quotes': ['error', 'single', { allowTemplateLiterals: true, avoidEscape: true }]
Because it will change
"has-[[data-state='active']]:bg-secondary has-[[data-state='active']]:text-secondary-foreground"
to
'has-[[data-state=\'active\']]:bg-secondary has-[[data-state=\'active\']]:text-secondary-foreground'
Describe the bug
'@stylistic/jsx-one-expression-per-line': ['error', { allow: 'single-line' }]
"unicorn/prefer-math-trunc": "off"
Reproduction
No response
System Info
Used Package Manager
pnpm
Validations