eslint-plugin-css-modules icon indicating copy to clipboard operation
eslint-plugin-css-modules copied to clipboard

Project status: NOT MAINTAINED; Checks that you are using the existent css/scss classes, no more no less

Results 44 eslint-plugin-css-modules issues
Sort by recently updated
recently updated
newest added

Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.10.2 to 1.16.1. Release notes *Sourced from [sshpk's releases](https://github.com/joyent/node-sshpk/releases).* > ## v1.16.1 > * Fixes for [#60](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/60) (correctly encoding certificates with expiry dates >=2050), [#62](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/62) (accepting PKCS#8...

dependencies

Bumps [fstream](https://github.com/npm/fstream) from 1.0.10 to 1.0.12. Commits - [`4235459`](https://github.com/npm/fstream/commit/42354590e23bb514eb5c869eea64406be2947c6c) 1.0.12 - [`6a77d2f`](https://github.com/npm/fstream/commit/6a77d2fa6e1462693cf8e46f930da96ec1b0bb22) Clobber a Link if it's in the way of a File - [`1e4527f`](https://github.com/npm/fstream/commit/1e4527ffe8688d4f5325283d7cf2cf2d61f14c6b) 1.0.11 - [`ac4a9e3`](https://github.com/npm/fstream/commit/ac4a9e3d86d39a5b979dbdda44376be85b91ece7) Move props.path...

dependencies

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits - [`fee31c5`](https://github.com/mhart/StringStream/commit/fee31c5c4a5efc7c7cc2fde4aee633dedefd6d67) 0.0.6 - [`2f4a9d4`](https://github.com/mhart/StringStream/commit/2f4a9d496f94b0880e01a26857aa266a5a3ef274) Merge pull request [#9](https://github-redirect.dependabot.com/mhart/StringStream/issues/9) from mhart/fix-buffer-constructor-vuln - [`afbc744`](https://github.com/mhart/StringStream/commit/afbc7442220358419e330618e47f3a65fc265b1b) Ensure data is not a number in Buffer constructor -...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits - [`523c5c7`](https://github.com/npm/node-tar/commit/523c5c7fef48b10811fccd12b42803c61b6aead8) 2.2.2 - [`7ecef07`](https://github.com/npm/node-tar/commit/7ecef07da6a9e72cc0c4d0c9c6a8e85b6b52395d) Bump fstream to fix hardlink overwriting vulnerability - [`9fc84b9`](https://github.com/npm/node-tar/commit/9fc84b9c596c3589d4c1ab050843de0eafb002e8) Use {} for hardlink tracking instead of [] -...

dependencies

After digging deep into the code, I concluded that all the problems came from using `deasync`. - In Visual Code, I get the following error: This is because `deasync` is...

Proposed solution to issue https://github.com/atfzl/eslint-plugin-css-modules/issues/14 - If the node that contains `:global` pseudoClass contains arguments and other classes, only remove the pseudoClass. - If the node does not contain other...

```html This container is green ``` ```css .container { &-green { background-color: green; } &.isLoading { background-color: grey; } } ``` The linter does not recognise .container.isLoading, even though they...

help wanted

Hi all, I am having trouble getting the plugin to work. I have listed my setup below, everything that could maybe be relevant. As for the actual issue, it's almost...

I'm migrating my JSX to TSX and would like to still have this plugin work. Is there an equivalent tslint plugin? Or can this be configured?

question