@css-modules-kit/eslint-plugin 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -33,7 +33,7 @@ For vscode-eslint users, you need to add the following configuration to your `se
33
33
  ```jsonc
34
34
  // .vscode/settings.json
35
35
  {
36
- "eslint.validate": ["css"],
36
+ "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "css"],
37
37
  }
38
38
  ```
39
39
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@css-modules-kit/eslint-plugin",
3
3
  "description": "A eslint plugin for CSS Modules",
4
- "version": "0.1.0",
4
+ "version": "0.2.0",
5
5
  "type": "commonjs",
6
6
  "sideEffects": false,
7
7
  "repository": {
@@ -17,7 +17,7 @@
17
17
  "build": "tsc -b tsconfig.build.json"
18
18
  },
19
19
  "engines": {
20
- "node": ">=22.0.0"
20
+ "node": ">=20.19.0"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public",
@@ -37,7 +37,7 @@
37
37
  "dist"
38
38
  ],
39
39
  "dependencies": {
40
- "@css-modules-kit/core": "^0.2.0",
40
+ "@css-modules-kit/core": "^0.3.0",
41
41
  "postcss-safe-parser": "^7.0.1"
42
42
  },
43
43
  "peerDependencies": {