From 2947147c06b46c1ece2a6d7d247d58067f6819c4 Mon Sep 17 00:00:00 2001 From: Florence Haudin Date: Mon, 7 Jul 2025 12:39:28 +0200 Subject: [PATCH] Add a .stylelintrc.json file. --- .stylelintrc.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .stylelintrc.json diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 00000000..a607b13b --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,7 @@ +{ + "extends": "stylelint-config-standard", + "rules": { + "indentation": 2, + "color-no-invalid-hex": true + } +} \ No newline at end of file