@biomejs/wasm-web
Advanced tools
Comparing version 1.4.1-nightly.bc772a3 to 1.4.1-nightly.e087146
@@ -24,2 +24,4 @@ /* tslint:disable */ | ||
configuration: Configuration; | ||
gitignore_matches: string[]; | ||
vcs_base_path?: string; | ||
} | ||
@@ -774,2 +776,6 @@ interface Configuration { | ||
/** | ||
* Disallow ternary operators when simpler alternatives exist. | ||
*/ | ||
noUselessTernary?: RuleConfiguration; | ||
/** | ||
* It enables the recommended rules for this group | ||
@@ -783,2 +789,6 @@ */ | ||
/** | ||
* Promotes the use of export type for types. | ||
*/ | ||
useExportType?: RuleConfiguration; | ||
/** | ||
* This rule recommends a for-of loop when in a for loop, the index used to extract an item from the iterated array. | ||
@@ -1444,4 +1454,6 @@ */ | ||
| "lint/nursery/noUselessLoneBlockStatements" | ||
| "lint/nursery/noUselessTernary" | ||
| "lint/nursery/useAwait" | ||
| "lint/nursery/useBiomeSuppressionComment" | ||
| "lint/nursery/useExportType" | ||
| "lint/nursery/useForOf" | ||
@@ -1451,4 +1463,4 @@ | "lint/nursery/useGroupedTypeImport" | ||
| "lint/nursery/useRegexLiterals" | ||
| "lint/nursery/useShorthandFunctionType" | ||
| "lint/nursery/useValidAriaRole" | ||
| "lint/nursery/useShorthandFunctionType" | ||
| "lint/performance/noAccumulatingSpread" | ||
@@ -1455,0 +1467,0 @@ | "lint/performance/noDelete" |
@@ -1,1 +0,1 @@ | ||
{"name":"@biomejs/wasm-web","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.4.1-nightly.bc772a3","license":"MIT OR Apache-2.0","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.4.1-nightly.e087146","license":"MIT OR Apache-2.0","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
8515757
2821