@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.
Files changed (2) hide show
  1. package/biome/ui.jsonc +2 -0
  2. 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
@@ -3,7 +3,7 @@
3
3
  "description": "Configuration files and reusable scripts for Sablier repositories",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
- "version": "1.15.1",
6
+ "version": "1.15.2",
7
7
  "author": {
8
8
  "name": "Sablier Labs Ltd",
9
9
  "url": "https://sablier.com"