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
the noRedundantUseStrict shows removing redundant strict -- and the biome playground allows for both "Module" and "Script" forms -- but I can't find how to configure that from the cli and so I am always getting a diagnostic for removal of 'use strict';
Expectations
it may be nice to show how to teach biome that these are scripts and not modules -- perhaps in the noRedundantUseStrict docs as well since that's where it is relevant to me!
Code of Conduct
I agree to follow Biome's Code of Conduct
The text was updated successfully, but these errors were encountered:
Documentation URL
https://biomejs.dev/linter/rules/no-redundant-use-strict/
Description
the noRedundantUseStrict shows removing redundant strict -- and the biome playground allows for both "Module" and "Script" forms -- but I can't find how to configure that from the cli and so I am always getting a diagnostic for removal of
'use strict';
Expectations
it may be nice to show how to teach biome that these are scripts and not modules -- perhaps in the
noRedundantUseStrict
docs as well since that's where it is relevant to me!Code of Conduct
The text was updated successfully, but these errors were encountered: