@biomejs/wasm-web
Advanced tools
Comparing version 1.2.2-nightly.1e3fc94 to 1.2.2-nightly.ee2e2ab
@@ -685,2 +685,6 @@ /* tslint:disable */ | ||
/** | ||
* Disallow shorthand assign when variable appears on both sides. | ||
*/ | ||
noMisrefactoredShorthandAssign?: RuleConfiguration; | ||
/** | ||
* Disallow unused imports. | ||
@@ -714,3 +718,3 @@ */ | ||
/** | ||
* Enforce all dependencies are correctly specified. | ||
* Enforce all dependencies are correctly specified in a React hook. | ||
*/ | ||
@@ -1263,2 +1267,3 @@ useExhaustiveDependencies?: RuleConfiguration; | ||
| "lint/nursery/noMisleadingInstantiator" | ||
| "lint/nursery/noMisrefactoredShorthandAssign" | ||
| "lint/nursery/noUnusedImports" | ||
@@ -1265,0 +1270,0 @@ | "lint/nursery/noUselessElse" |
@@ -1,1 +0,1 @@ | ||
{"name":"@biomejs/wasm-web","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"],"module":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","sideEffects":["./snippets/*"],"keywords":["parser","linter","formatter"]} | ||
{"name":"@biomejs/wasm-web","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"],"module":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","sideEffects":["./snippets/*"],"keywords":["parser","linter","formatter"]} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6823952
2624