Skip to content

Commit

Permalink
extracted out stylelint file
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jul 25, 2018
1 parent 29bbd6e commit 1847fe6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .stylelintrc.js
@@ -0,0 +1,18 @@
// 2018 July 25
// https://github.com/bevry/base
// https://stylelint.io/user-guide/rules/
module.exports = {
"extends": "stylelint-config-standard",
"rules": {
"indentation": "tab",
"rule-empty-line-before": null,
"custom-property-empty-line-before": null,
"at-rule-empty-line-before": null,
"declaration-empty-line-before": null,
"max-empty-lines": 2,
"selector-list-comma-newline-after": null,
"no-duplicate-selectors": null,
"no-descending-specificity": null
},
"ignoreFiles": ["**/vendor/*.css", "node_modules"]
}

0 comments on commit 1847fe6

Please sign in to comment.