Skip to content

Commit

Permalink
Remove selector-class-pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Jan 1, 2017
1 parent f8eb15c commit e0f8ad3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.js
Expand Up @@ -296,12 +296,6 @@ module.exports = {
"selector-attribute-brackets-space-inside": "never",
"selector-attribute-operator-space-after": "never",
"selector-attribute-operator-space-before": "never",
"selector-class-pattern": [
"^(?!(js\\-))[a-z\\-0-9]+$",
{
"message": "Selector should be written in lowercase with hyphens (selector-class-pattern)"
}
],
"selector-combinator-space-after": "always",
"selector-combinator-space-before": "always",
"selector-list-comma-newline-after": "always",
Expand Down

0 comments on commit e0f8ad3

Please sign in to comment.