eslint-config-entva 2.2.0 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "url": "https://github.com/entva/styleguide"
10
10
  },
11
11
  "bugs": "https://github.com/entva/styleguide/issues",
12
- "version": "2.2.0",
12
+ "version": "2.5.0",
13
13
  "keywords": [
14
14
  "linter",
15
15
  "config",
@@ -21,7 +21,7 @@
21
21
  "scripts": {
22
22
  "reinstall": "rm -rf node_modules package-lock.json && npm install",
23
23
  "test": "node ../../../test ./test js jsx",
24
- "rules": "eslint --print-config file.js > eslint-ruleset-output.json",
24
+ "rules": "eslint --print-config file.jsx > eslint-ruleset-output.json",
25
25
  "prepublishOnly": "npm test"
26
26
  },
27
27
  "devDependencies": {
@@ -29,7 +29,7 @@
29
29
  "react": "^19.0.0"
30
30
  },
31
31
  "dependencies": {
32
- "eslint-config-entva-base": "^2.3.0",
32
+ "eslint-config-entva-base": "^2.5.0",
33
33
  "eslint-plugin-import": "^2.31.0",
34
34
  "eslint-plugin-jsx-a11y": "^6.10.2",
35
35
  "eslint-plugin-react": "^7.37.2",