diff --git a/.stylelintrc.js b/.stylelintrc.js index 7ba839b..f745528 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -15,5 +15,11 @@ module.exports = { "Selector should be written with alphanumeric characters only (selector-class-pattern)", }, ], + "selector-no-qualifying-type": [ + true, + { + ignore: ["attribute"], + }, + ], }, }