Skip to content

Simple inspections to highlight unknown CCS classes used in 'classname' and to highlight console.logs in production code

Notifications You must be signed in to change notification settings

theodo/WebStormPlugins

Repository files navigation

WebStormPlugins

Simple inspections to highlight unknown CCS classes used in 'classname' and to highlight console.logs in production code

Search for Unknown CSS:

       <Components className={styles.XYZ}>
        ...
       </Components>

where XYZ is not found in imported styles

Example: alt text

Search for console usages in PROD

      console.log('XYZ') in PRODUCTION (non tests) files

About

Simple inspections to highlight unknown CCS classes used in 'classname' and to highlight console.logs in production code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages