Last active
January 15, 2021 17:15
-
-
Save luxplanjay/f9396e004ec3a3af85c05f48a3473c73 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rules: | |
block-no-empty: true | |
color-no-invalid-hex: true | |
font-family-no-duplicate-names: true | |
font-family-no-missing-generic-family-keyword: true | |
function-calc-no-invalid: true | |
function-calc-no-unspaced-operator: true | |
function-linear-gradient-no-nonstandard-direction: true | |
string-no-newline: true | |
unit-no-unknown: true | |
property-no-unknown: true | |
declaration-block-no-duplicate-properties: true | |
comment-empty-line-before: | |
- always | |
- ignore: | |
- stylelint-commands | |
- after-comment | |
declaration-colon-space-after: always | |
declaration-no-important: true | |
indentation: | |
- 2 | |
- ignore: | |
- inside-parens | |
max-empty-lines: 2 | |
rule-empty-line-before: | |
- always | |
- except: | |
- first-nested | |
ignore: | |
- after-comment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment