Skip to content

Commit

Permalink
fix: style lint selector pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mosarabi committed Sep 27, 2024
1 parent 69910c1 commit a934440
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"stylelint-config-standard-vue/scss"
],
"rules": {
"selector-class-pattern": [
"^[a-z]([a-z0-9]*)(--[a-z0-9]+)?(__[a-z0-9]+)?$",
{
"message": "Expected class selector to be in BEM (Block Element Modifier) format"
}
]
"selector-class-pattern":null
}
}

0 comments on commit a934440

Please sign in to comment.