Skip to content

Commit

Permalink
fix: ignore unsafeCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 authored Dec 2, 2021
2 parents 0869fb8 + db55b6b commit fb87236
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ module.exports = {
"function-comma-space-after": "always-single-line",
"function-comma-space-before": "never",
"function-max-empty-lines": 0,
"function-name-case": "lower",
"function-name-case": ["lower", {
"ignoreFunctions": ["${unsafeCSS"]
}],
"function-parentheses-newline-inside": "always-multi-line",
"function-parentheses-space-inside": "never-single-line",
"function-whitespace-after": "always",
Expand Down

0 comments on commit fb87236

Please sign in to comment.