@biomejs/wasm-nodejs 1.2.2-nightly.1e3fc94 → 1.2.2-nightly.ee2e2ab

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_wasm.d.ts CHANGED
@@ -681,6 +681,10 @@ interface Nursery {
681
681
  * Enforce proper usage of new and constructor.
682
682
  */
683
683
  noMisleadingInstantiator?: RuleConfiguration;
684
+ /**
685
+ * Disallow shorthand assign when variable appears on both sides.
686
+ */
687
+ noMisrefactoredShorthandAssign?: RuleConfiguration;
684
688
  /**
685
689
  * Disallow unused imports.
686
690
  */
@@ -710,7 +714,7 @@ interface Nursery {
710
714
  */
711
715
  useCollapsedElseIf?: RuleConfiguration;
712
716
  /**
713
- * Enforce all dependencies are correctly specified.
717
+ * Enforce all dependencies are correctly specified in a React hook.
714
718
  */
715
719
  useExhaustiveDependencies?: RuleConfiguration;
716
720
  /**
@@ -1258,6 +1262,7 @@ type Category =
1258
1262
  | "lint/nursery/noGlobalIsNan"
1259
1263
  | "lint/nursery/noInvalidNewBuiltin"
1260
1264
  | "lint/nursery/noMisleadingInstantiator"
1265
+ | "lint/nursery/noMisrefactoredShorthandAssign"
1261
1266
  | "lint/nursery/noUnusedImports"
1262
1267
  | "lint/nursery/noUselessElse"
1263
1268
  | "lint/nursery/noVoid"
Binary file
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@biomejs/wasm-nodejs","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.2.2-nightly.1e3fc94","license":"MIT","repository":{"type":"git","url":"https://github.com/biomejs/biome"},"files":["biome_wasm_bg.wasm","biome_wasm.js","biome_wasm.d.ts"],"main":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","keywords":["parser","linter","formatter"]}
1
+ {"name":"@biomejs/wasm-nodejs","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.2.2-nightly.ee2e2ab","license":"MIT","repository":{"type":"git","url":"https://github.com/biomejs/biome"},"files":["biome_wasm_bg.wasm","biome_wasm.js","biome_wasm.d.ts"],"main":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","keywords":["parser","linter","formatter"]}