From ef4812428621a615cf599c8e31118e9c2cc6a9df Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:57:25 +0900 Subject: [PATCH] Add `lightness-notation` (#306) Stylelint 16.1.0 will add a new rule `lightness-notation`. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 3f89ae8..f80e78e 100644 --- a/index.js +++ b/index.js @@ -79,6 +79,7 @@ module.exports = { ignore: ['custom-properties'], }, ], + 'lightness-notation': 'percentage', 'media-feature-name-no-vendor-prefix': true, 'media-feature-range-notation': 'context', 'number-max-precision': 4,