diff --git a/web/.stylelintrc.json b/web/.stylelintrc.json index 4fd59eb484a0..372760d085c8 100644 --- a/web/.stylelintrc.json +++ b/web/.stylelintrc.json @@ -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, diff --git a/web/biome.json b/web/biome.json index 29f09e9e5142..16320ebf4d66 100644 --- a/web/biome.json +++ b/web/biome.json @@ -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