chore: lint
This commit is contained in:
@@ -23,7 +23,6 @@ interface AttributeOption {
|
|||||||
|
|
||||||
const getAttributeOptions = (tagName: string, elementInfo: ElementInfo | null): AttributeOption[] => {
|
const getAttributeOptions = (tagName: string, elementInfo: ElementInfo | null): AttributeOption[] => {
|
||||||
if (!elementInfo) return [];
|
if (!elementInfo) return [];
|
||||||
|
|
||||||
switch (tagName.toLowerCase()) {
|
switch (tagName.toLowerCase()) {
|
||||||
case 'a':
|
case 'a':
|
||||||
return [
|
return [
|
||||||
|
|||||||
Reference in New Issue
Block a user