aboutsummaryrefslogtreecommitdiff
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2023-01-30 05:02:17 +0100
committerVendicated <vendicated@riseup.net>2023-01-30 05:04:06 +0100
commit62f7e4d45c0aa7bdbedecd639e51e6f2446fcc2b (patch)
tree5410566f5668426e1c53c55d2d0a22b00edb6191 /.stylelintrc.json
parentfce7d6b6814c70fe71baee57f272f4f3717c4379 (diff)
downloadVencord-62f7e4d45c0aa7bdbedecd639e51e6f2446fcc2b.tar.gz
Vencord-62f7e4d45c0aa7bdbedecd639e51e6f2446fcc2b.tar.bz2
Vencord-62f7e4d45c0aa7bdbedecd639e51e6f2446fcc2b.zip
Add stylelint
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
new file mode 100644
index 0000000..6449c3f
--- /dev/null
+++ b/.stylelintrc.json
@@ -0,0 +1,6 @@
+{
+ "extends": "stylelint-config-standard",
+ "rules": {
+ "indentation": 4
+ }
+}