Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Commit

Permalink
Updates Stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
lowmess committed Jul 15, 2016
1 parent 310174a commit 590b1e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
, "selector-no-qualifying-type": true
, "selector-no-vendor-prefix": true
, "selector-pseudo-class-case": "lower"
, "selector-pseudo-class-no-unknown": true
, "selector-pseudo-class-no-unknown": [true, {
ignorePseudoClasses: ["enter"]
}]
, "selector-pseudo-class-parentheses-space-inside": "never"
, "selector-pseudo-element-case": "lower"
, "selector-pseudo-element-colon-notation": "double"
Expand All @@ -98,7 +100,8 @@
, "selector-list-comma-space-before": "never"
, "root-no-standard-properties": true
, "rule-nested-empty-line-before": ["always", {
"except": ["first-nested"]
"except": ["first-nested"],
ignore: ["after-comment"]
}]
, "media-feature-colon-space-after": "always"
, "media-feature-colon-space-before": "never"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalsmith-resume",
"version": "0.0.1",
"version": "0.0.2",
"description": "A resume generator, built with Metalsmith",
"main": "build.js",
"engines": {
Expand Down

0 comments on commit 590b1e9

Please sign in to comment.