Fix style lint

This commit is contained in:
memeriau 2022-01-14 01:05:57 +01:00
parent e140ef2535
commit 40985b3a73

View File

@ -15,5 +15,11 @@ module.exports = {
"Selector should be written with alphanumeric characters only (selector-class-pattern)", "Selector should be written with alphanumeric characters only (selector-class-pattern)",
}, },
], ],
"selector-no-qualifying-type": [
true,
{
ignore: ["attribute"],
},
],
}, },
} }