create-react-library
create-react-library copied to clipboard
Configure css modules hinting
Hello
As i wrote in topic, i want to add hinting for class in imported module. In screenshot then bellow i haven't this.
I've installed "eslint-plugin-react-css-module-hints" and "babel-plugin-react-css-modules" packages, add "--css-modules true" parameter to microbundle-crl run in package.json but it don';t work.
My css.module file:

I read somewhere that i need webpack config for that. Can I do it without them? Or if is required , could you will write me how to add webpack with config to create-react-library project?
Thanks for your time.