Skip to content

Commit

Permalink
chore: adjusts formatting to match prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel authored and mmpetarpeshev committed Jun 25, 2024
1 parent e88e361 commit d147da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": [
"deep"
]
"ignorePseudoClasses": ["deep"]
}
],
"property-no-vendor-prefix": null,
Expand Down
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export default {
tailwindcss: {},
autoprefixer: {},
},
}
};

0 comments on commit d147da1

Please sign in to comment.