From 40985b3a73203cacc75d4e624a92e224af162cbe Mon Sep 17 00:00:00 2001 From: memeriau Date: Fri, 14 Jan 2022 01:05:57 +0100 Subject: [PATCH] Fix style lint --- .stylelintrc.js | 6 ++++++ 1 file changed, 6 insertions(+) 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"], + }, + ], }, }