Skip to content

Commit

Permalink
Stylelint 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ba55ie committed Oct 11, 2016
1 parent ee5ec0c commit 528bbdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ module.exports = {
'function-parentheses-space-inside': 'never-single-line',
'function-url-data-uris': 'never',
'function-url-no-scheme-relative': true,
'function-url-quotes': 'always',
'function-url-quotes': ['always', {
except: ['empty']
}],
'function-url-scheme-whitelist': null,
'function-whitelist': null,
'function-whitespace-after': 'always',
Expand Down Expand Up @@ -310,9 +312,11 @@ module.exports = {
// Media feature - http://stylelint.io/user-guide/rules/#media-feature
'media-feature-colon-space-after': 'always',
'media-feature-colon-space-before': 'never',
'media-feature-name-blacklist': null,
'media-feature-name-case': 'lower',
'media-feature-name-no-unknown': true,
'media-feature-name-no-vendor-prefix': true,
'media-feature-name-whitelist': null,
'media-feature-no-missing-punctuation': true,
'media-feature-parentheses-space-inside': 'never',
'media-feature-range-operator-space-after': 'always',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"eslint": "^3.7.1",
"eslint-config-vi": "^2.2.0",
"jasmine": "^2.5.2",
"stylelint": "^7.3.1"
"stylelint": "^7.4.2"
},
"peerDependencies": {
"stylelint": "^7.2.0"
"stylelint": "^7.4.2"
}
}

0 comments on commit 528bbdd

Please sign in to comment.