From 1802ce22ecc7727fe53b892f6bbb161c1e01f46c Mon Sep 17 00:00:00 2001 From: bernar323u <hugo.bernard9@etu.univ-lorraine.fr> Date: Wed, 3 Nov 2021 16:02:51 +0100 Subject: [PATCH] re-add missing lint config --- .stylelintrc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .stylelintrc.json diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 0000000..8d96a18 --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,10 @@ +{ + "extends": [ + "stylelint-config-standard", + "stylelint-config-standard-scss" + ], + "rules": { + "selector-class-pattern": null, + "selector-id-pattern": null + } +} \ No newline at end of file -- GitLab