Skip to content

Commit

Permalink
Update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Dec 26, 2023
1 parent 26b9d2c commit fe1b651
Show file tree
Hide file tree
Showing 3 changed files with 627 additions and 594 deletions.
3 changes: 1 addition & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"ignoreFiles": ["public/**/*", "themes/default/assets/css/fontawesome.css"],
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
"extends": ["stylelint-config-standard"],
"rules": {
"string-quotes": "single",
"property-no-vendor-prefix": null
}
}
Loading

0 comments on commit fe1b651

Please sign in to comment.