@sablier/devkit 1.15.1 → 1.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/biome/ui.jsonc +2 -0
- package/package.json +1 -1
package/biome/ui.jsonc
CHANGED
|
@@ -41,6 +41,8 @@
|
|
|
41
41
|
"useExhaustiveDependencies": "off" // doesn't work with React Compiler: https://github.com/biomejs/biome/issues/5293
|
|
42
42
|
},
|
|
43
43
|
"nursery": {
|
|
44
|
+
// Disallow duplicate CSS class names in JSX className attributes
|
|
45
|
+
"noDuplicateClasses": "error",
|
|
44
46
|
// Sort Tailwind CSS classes alphabetically
|
|
45
47
|
// See https://github.com/biomejs/biome/issues/1274#issuecomment-3490774696
|
|
46
48
|
"useSortedClasses": {
|
package/package.json
CHANGED