From 55cc4335cc64b942321c217adb748d7b4f9f081d Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Sun, 26 May 2024 22:07:24 +0800 Subject: [PATCH] Add stylistic plugin to configuration --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index a415cff..4a358a6 100644 --- a/index.js +++ b/index.js @@ -20,6 +20,7 @@ const config = { plugins: [ 'stylelint-order', 'stylelint-declaration-block-no-ignored-properties', + '@stylistic/stylelint-plugin', ], rules: { 'color-no-invalid-hex': true,