From abeb029acc865764f97839153a786757f7618339 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Fri, 24 Jun 2022 00:09:05 +0200 Subject: [PATCH] Minor improvements --- sass-lint.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) mode change 100644 => 100755 sass-lint.yml diff --git a/sass-lint.yml b/sass-lint.yml old mode 100644 new mode 100755 index d8c11b9..c88eaea --- a/sass-lint.yml +++ b/sass-lint.yml @@ -1,8 +1,8 @@ # sass-lint config to match the AirBNB style guide files: - include: 'src/**/*.scss' + include: "app/client/src/**/*.scss" ignore: - - 'src/thirdparty/*' + - "app/client/src/thirdparty/*" options: formatter: stylish merge-default-rules: false @@ -23,10 +23,10 @@ rules: no-misspelled-properties: - 1 - extra-properties: - - '-moz-border-radius-topleft' - - '-moz-border-radius-topright' - - '-moz-border-radius-bottomleft' - - '-moz-border-radius-bottomright' + - "-moz-border-radius-topleft" + - "-moz-border-radius-topright" + - "-moz-border-radius-bottomleft" + - "-moz-border-radius-bottomright" variable-name-format: - 1 - allow-leading-underscore: true @@ -39,7 +39,7 @@ rules: # Errors # Things that can be easily fixed are marked as errors indentation: - - 4 + - 2 - size: 4 final-newline: - 2 @@ -47,7 +47,7 @@ rules: no-trailing-whitespace: 2 border-zero: - 2 - - convention: '0' + - convention: "0" brace-style: - 2 - allow-single-line: true @@ -56,7 +56,7 @@ rules: - filename-extension: false - leading-underscore: true no-debug: 2 - no-empty-rulesets: 2 + no-empty-rulesets: 0 no-invalid-hex: 2 no-mergeable-selectors: 2 # no-qualifying-elements: