Skip to content

Commit

Permalink
Update stylelint and biome
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-skriabin committed Jan 20, 2025
1 parent 3e5f3ef commit e3813d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/.stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["stylelint-config-standard-scss", "stylelint-config-tailwindcss", "stylelint-config-tailwindcss/scss"],
"extends": ["stylelint-config-tailwindcss/scss", "stylelint-config-standard-scss"],
"rules": {
"selector-class-pattern": null,
"custom-property-pattern": null,
Expand Down
1 change: 1 addition & 0 deletions web/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"**/tsconfig*",
"libs/editor/examples/**/*.json",
"libs/editor/src/examples/**/annotations/1.json",
"libs/ui/src/shad/**/*",
"apps/labelstudio-e2e/**"
],
"maxSize": 3670016
Expand Down

0 comments on commit e3813d8

Please sign in to comment.