@biomejs/wasm-web 1.9.0 → 1.9.1
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 +6 -0
- package/biome_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/biome_wasm.d.ts
CHANGED
|
@@ -1161,6 +1161,10 @@ interface Nursery {
|
|
|
1161
1161
|
* Disallows the use of irregular whitespace characters.
|
|
1162
1162
|
*/
|
|
1163
1163
|
noIrregularWhitespace?: RuleConfiguration_for_Null;
|
|
1164
|
+
/**
|
|
1165
|
+
* Disallow the use of process.env.
|
|
1166
|
+
*/
|
|
1167
|
+
noProcessEnv?: RuleConfiguration_for_Null;
|
|
1164
1168
|
/**
|
|
1165
1169
|
* Disallow specified modules when loaded by import or require.
|
|
1166
1170
|
*/
|
|
@@ -2629,6 +2633,8 @@ type Category =
|
|
|
2629
2633
|
| "lint/nursery/noInvalidPositionAtImportRule"
|
|
2630
2634
|
| "lint/nursery/noIrregularWhitespace"
|
|
2631
2635
|
| "lint/nursery/noMissingGenericFamilyKeyword"
|
|
2636
|
+
| "lint/nursery/noProcessEnv"
|
|
2637
|
+
| "lint/nursery/noReactSpecificProps"
|
|
2632
2638
|
| "lint/nursery/noRestrictedImports"
|
|
2633
2639
|
| "lint/nursery/noRestrictedTypes"
|
|
2634
2640
|
| "lint/nursery/noSecrets"
|
package/biome_wasm_bg.wasm
CHANGED
|
Binary file
|