diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-28 16:41:07 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-28 17:53:57 +0200 |
commit | 931d3430184143ebd88e5243def6eb1d7acfdbf4 (patch) | |
tree | 909919bafd6fa8563d26d616c6257ebd0211c83c /client/.sass-lint.yml | |
parent | 7d026caf683e42fd57a243a3b52a5e4f476fbb4e (diff) | |
download | PeerTube-931d3430184143ebd88e5243def6eb1d7acfdbf4.tar.gz PeerTube-931d3430184143ebd88e5243def6eb1d7acfdbf4.tar.zst PeerTube-931d3430184143ebd88e5243def6eb1d7acfdbf4.zip |
Move to stylelint
Diffstat (limited to 'client/.sass-lint.yml')
-rw-r--r-- | client/.sass-lint.yml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/client/.sass-lint.yml b/client/.sass-lint.yml deleted file mode 100644 index a6e949cb2..000000000 --- a/client/.sass-lint.yml +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | files: | ||
2 | include: | ||
3 | - "src/app/**/*.scss" | ||
4 | - "src/assets/**/*.scss" | ||
5 | - "src/sass/**/*.scss" | ||
6 | - "src/standalone/**/*.scss" | ||
7 | syntax: | ||
8 | include: | ||
9 | - scss | ||
10 | - sass | ||
11 | rules: | ||
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 | ||