aboutsummaryrefslogtreecommitdiffhomepage
path: root/.sass-lint.yml
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-09-07 10:51:42 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-09-07 10:51:42 +0200
commit4e554c4a2d5ea2cd98ce5545d81431100de43b23 (patch)
tree8571b7f7be442defd33769f11f48e7edd5ee3fab /.sass-lint.yml
parent1f4f151019558699ea05ad292f5a4095ade1b05c (diff)
downloadPeerTube-4e554c4a2d5ea2cd98ce5545d81431100de43b23.tar.gz
PeerTube-4e554c4a2d5ea2cd98ce5545d81431100de43b23.tar.zst
PeerTube-4e554c4a2d5ea2cd98ce5545d81431100de43b23.zip
move .sass-lint.yml to client/
Diffstat (limited to '.sass-lint.yml')
-rw-r--r--.sass-lint.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.sass-lint.yml b/.sass-lint.yml
deleted file mode 100644
index 4f184d34f..000000000
--- a/.sass-lint.yml
+++ /dev/null
@@ -1,30 +0,0 @@
1files:
2 include: "**/*.s+(a|c)ss"
3 ignore: [
4 "node_modules/**/*.*",
5 "client/node_modules/**/*.*"
6 ]
7syntax:
8 include:
9 - scss
10 - sass
11rules:
12 property-sort-order: 0
13 attribute-quotes: 0
14 border-zero: 0
15 no-color-keywords: 0
16 no-color-literals: 0
17 no-css-comments: 0
18 no-important: 0
19 no-trailing-zero: 1
20 space-after-bang: 1
21 space-before-bang: 1
22 space-after-colon: 1
23 space-before-colon: 1
24 clean-import-paths: 0
25 hex-length: 1
26 hex-notation: 0
27 nesting-depth:
28 - 1
29 - max-depth: 4
30 indentation: 2