Skip to content

Commit

Permalink
chore: style lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Jan 6, 2020
1 parent c94a9d7 commit 1fb1936
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"extends": [
"stylelint-config-standard",
"stylelint-config-rational-order",
"stylelint-config-prettier"
],
"plugins": [
"stylelint-order",
"stylelint-declaration-block-no-ignored-properties"
],
"rules": {
"function-name-case": "lower",
"comment-empty-line-before": null,
"no-invalid-double-slash-comments": null,
"no-descending-specificity": null,
"declaration-empty-line-before": null
}
}

0 comments on commit 1fb1936

Please sign in to comment.