Simple inspections to highlight unknown CCS classes used in 'classname' and to highlight console.logs in production code
<Components className={styles.XYZ}>
...
</Components>
where XYZ is not found in imported styles
console.log('XYZ') in PRODUCTION (non tests) files