Skip to content

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

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages