From f4c73f09fcb4401eeb78d9b0f283500772c53d7f Mon Sep 17 00:00:00 2001 From: Egor Pronin <42776347+MrZillaGold@users.noreply.github.com> Date: Thu, 7 Sep 2023 12:36:20 +0300 Subject: [PATCH] chore: enable `selector-pseudo-element-colon-notation` rule --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index eee94c0..575a720 100644 --- a/index.js +++ b/index.js @@ -12,6 +12,7 @@ module.exports = { 'selector-max-type': 0, 'selector-max-universal': 0, 'selector-list-comma-newline-after': 'always', + 'selector-pseudo-element-colon-notation': 'double', 'rule-empty-line-before': [ 'always', { ignore: ['after-comment', 'first-nested'] },