Skip to content

Commit

Permalink
BUGFIX: Change deprecated 'selector-no-id' to 'selector-max-id' with '0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hauser committed Aug 1, 2017
1 parent 7d46c0f commit 09da494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"declaration-block-trailing-semicolon": "always",
"selector-list-comma-space-before": "never",
"selector-list-comma-newline-after": "always",
"selector-no-id": true,
"selector-max-id": 0,
"string-quotes": "single",
"value-no-vendor-prefix": true
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-components/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"declaration-block-trailing-semicolon": "always",
"selector-list-comma-space-before": "never",
"selector-list-comma-newline-after": "always",
"selector-no-id": true,
"selector-max-id": 0,
"string-quotes": "single",
"value-no-vendor-prefix": true
}
Expand Down

0 comments on commit 09da494

Please sign in to comment.