chore: lint

This commit is contained in:
karishmas6
2024-08-21 22:10:40 +05:30
parent 0e69d09a8e
commit 2b30863aea

View File

@@ -23,7 +23,6 @@ interface AttributeOption {
const getAttributeOptions = (tagName: string, elementInfo: ElementInfo | null): AttributeOption[] => {
if (!elementInfo) return [];
switch (tagName.toLowerCase()) {
case 'a':
return [