Skip to content

Commit

Permalink
chore: add css linting
Browse files Browse the repository at this point in the history
  • Loading branch information
renrizzolo committed Jun 29, 2022
1 parent cc54d56 commit 551eca8
Show file tree
Hide file tree
Showing 4 changed files with 626 additions and 27 deletions.
2 changes: 2 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src/styles/bootstrap-custom.css

9 changes: 9 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
"rules": {
"selector-class-pattern": null,
"color-function-notation": null,
"alpha-value-notation": "number",
"no-descending-specificity": [true, { "ignore": ["selectors-within-list"] }]
}
}
Loading

0 comments on commit 551eca8

Please sign in to comment.