Skip to content

Commit

Permalink
feat(sass linter): fixing basic stylelint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
manoncarbonnel committed Oct 4, 2023
1 parent 2e1b40e commit 46fc2e4
Show file tree
Hide file tree
Showing 190 changed files with 1,642 additions and 39,139 deletions.
11 changes: 10 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"extends": ["stylelint-config-concentric-order", "stylelint-config-standard-scss"]
"extends": ["stylelint-config-concentric-order", "stylelint-config-standard-scss"],
"rules": {
"hue-degree-notation": "number",
"selector-class-pattern": [
"^[a-z]([-_]?[a-z0-9]+)*(__[a-z0-9]([-]?[a-z0-9]+)*)?(--[a-z0-9]([-]?[a-z0-9]+)*)?$",
{
"resolveNestedSelectors": true
}
]
}
}
Loading

0 comments on commit 46fc2e4

Please sign in to comment.