From 17168a489392847794de0aed15fe395230a38261 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Sat, 6 Sep 2025 23:55:19 +0200 Subject: Initial commit This cleaned up and added linting/readme to the already created web app that I have been using to control vpn on my raspberry setup --- .stylelintrc.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .stylelintrc.json (limited to '.stylelintrc.json') diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 0000000..f571002 --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,15 @@ +{ + "rules": { + "block-no-empty": true, + "color-no-invalid-hex": true, + "function-url-quotes": "always", + "no-duplicate-selectors": true, + "no-empty-source": true, + "no-invalid-double-slash-comments": true, + "property-no-unknown": true, + "selector-pseudo-class-no-unknown": true, + "selector-pseudo-element-no-unknown": true, + "string-no-newline": true, + "unit-no-unknown": true + } +} \ No newline at end of file -- cgit v1.2.3