Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco committed Jun 25, 2016
1 parent af1a3a4 commit 4579e96
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/stylelint-config.js
Expand Up @@ -46,9 +46,10 @@ var configs = {
"function-max-empty-lines": 0,
"function-name-case": "lower",
"function-parentheses-space-inside": "never-single-line",
"function-url-quotes": "single",
"function-url-quotes": "always",
"function-whitespace-after": "always",
"indentation": 2,
"length-zero-no-unit": true,
"max-empty-lines": 1,
"max-nesting-depth": 4,
"media-feature-colon-space-after": "always",
Expand All @@ -63,10 +64,9 @@ var configs = {
"no-extra-semicolons": true,
"no-invalid-double-slash-comments": true,
"number-no-trailing-zeros": true,
"number-zero-length-no-unit": true,
"property-case": "lower",
"property-value-whitelist": {
"color": ["/(\$|\#)/"]
"/color/": ["/(\$|\#)/"]
},
"plugin/no-at-debug": true,
"plugin/import-path-leading-underscore": false,
Expand All @@ -91,7 +91,6 @@ var configs = {
"selector-pseudo-class-case": "lower",
"selector-pseudo-class-parentheses-space-inside": "never",
"selector-pseudo-element-case": "lower",
"selector-pseudo-element-colon-notation": false,
"selector-pseudo-element-no-unknown": true,
"selector-type-case": "lower",
"string-no-newline": true,
Expand Down

0 comments on commit 4579e96

Please sign in to comment.