biome icon indicating copy to clipboard operation
biome copied to clipboard

📎 Implement `lint/noGlobalAssign` - `eslint/no-global-assign`

Open Conaclos opened this issue 7 months ago • 2 comments

Description

Implement no-global-assign without rule options.

Want to contribute? Lets you know you are interested! We will assign you to the issue to prevent several people to work on the same issue. Don't worry, we can unassign you later if you are no longer interested in the issue! Read our contributing guide and analyzer contributing guide.

Implementation notes

The implementor should reuse the constants declared in biome_js_analyze::globals.

It could also use the biome_js_syntax::global_identifier helper function.

Conaclos avatar Dec 06 '23 16:12 Conaclos