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