bmatcuk / eslint-plugin-postcss-modules

Checks that you are using the classes exported by your css modules using postcss.
MIT License
21 stars 7 forks source link

Fix namespace imports #30

Open zacharyliu opened 2 years ago

zacharyliu commented 2 years ago

Fixed a typo that was causing the plugin to ignore namespace imports like import * as styles from './styles.module.css'.