You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sidenote: Biome in the CBS is outdated, the installed version there is 1.1.2. Took me a moment to realize that that was why the nursery rules didn't exist.
Expected result
Disabling one nursery rule should not disable all nursery rules. (The following code can also be found in the CBS.)
constx=5;consta=x ? true : true;// violates "noUselessTernary" from the nurseryconsole.info(a);// violates "noConsole" from the nursery// Running `biome lint src` will report no issue at all,// even though only "noConsole" has been disabled in the biome.json.
Code of Conduct
I agree to follow Biome's Code of Conduct
The text was updated successfully, but these errors were encountered:
Environment information
Rule name
all nursery rules
Playground link
using CBS, since the playground does not allow modifying the biome config on a rule-level.
https://codesandbox.io/p/devbox/suspicious-hermann-cdnhdx?workspaceId=23165e9f-6758-4f08-8321-45be43925a49
Sidenote: Biome in the CBS is outdated, the installed version there is 1.1.2. Took me a moment to realize that that was why the nursery rules didn't exist.
Expected result
Disabling one nursery rule should not disable all nursery rules. (The following code can also be found in the CBS.)
Code of Conduct
The text was updated successfully, but these errors were encountered: