Skip to content

Commit

Permalink
stylelint: updated package version, fixed bug with ignoring linter pa…
Browse files Browse the repository at this point in the history
…th, updated rules
  • Loading branch information
ArthurStam committed Jul 3, 2018
1 parent f96a8af commit b20c616
Show file tree
Hide file tree
Showing 3 changed files with 1,524 additions and 972 deletions.
7 changes: 5 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"extends": "stylelint-config-standard",
"rules": {
"number-leading-zero": "never"
"indentation": null,
"number-leading-zero": "never",
"block-no-empty": null,
"declaration-block-no-redundant-longhand-properties": null
}
}
}
Loading

0 comments on commit b20c616

Please sign in to comment.