Skip to content

Commit

Permalink
chore: implement settings for stylintrc (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jan 28, 2021
1 parent 84ee824 commit 4fec7b8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .stylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": "stylelint-config-standard",
"rules": {
"color-hex-length": "long",
"declaration-colon-newline-after": null,
"function-calc-no-invalid": null,
"indentation": "tab",
"no-descending-specificity": null,
"no-empty-source": null,
"no-eol-whitespace": null,
"number-leading-zero": "always",
"selector-list-comma-newline-after": null,
"selector-pseudo-element-colon-notation": "double"
}
}

0 comments on commit 4fec7b8

Please sign in to comment.