Skip to content

Commit

Permalink
refactor(tooltip): use for each loop to define arrow position stylerule
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwessel committed Jan 12, 2024
1 parent 21f47c6 commit 5ee3a44
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"extends": ["@juntossomosmais/linters/stylelint.config.scss.js"],
"ignoreFiles": ["utils/scss/**"]
"ignoreFiles": ["utils/scss/**"],
"rules": {
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": ["function", "if", "each", "include", "mixin", "else"]
}
]
}
}

0 comments on commit 5ee3a44

Please sign in to comment.