Skip to content

Commit

Permalink
Stylelint 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ba55ie committed Oct 11, 2016
1 parent f96d4d4 commit ee5ec0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ module.exports = {
// Color - http://stylelint.io/user-guide/rules/#color
'color-hex-case': 'lower', // 'upper',
'color-hex-length': 'short',
'color-named': 'never',
'color-named': ['never', {
ignore: ['inside-function']
}],
'color-no-hex': null,
'color-no-invalid-hex': true,

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint": "^3.7.1",
"eslint-config-vi": "^2.2.0",
"jasmine": "^2.5.2",
"stylelint": "^7.3.0"
"stylelint": "^7.3.1"
},
"peerDependencies": {
"stylelint": "^7.2.0"
Expand Down

0 comments on commit ee5ec0c

Please sign in to comment.