@maz-ui/eslint-config 4.1.7-beta.6 → 4.1.7-beta.7

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 (1) hide show
  1. package/package.json +6 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maz-ui/eslint-config",
3
3
  "type": "module",
4
- "version": "4.1.7-beta.6",
4
+ "version": "4.1.7-beta.7",
5
5
  "description": "ESLint configuration for JavaScript/TypeScript projects",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
@@ -42,8 +42,7 @@
42
42
  "dev": "unbuild --stub",
43
43
  "typecheck": "tsc --noEmit --skipLibCheck",
44
44
  "lint": "cross-env NODE_ENV=production eslint .",
45
- "lint:fix": "pnpm lint --fix",
46
- "pre-commit": "lint-staged"
45
+ "lint:fix": "pnpm lint --fix"
47
46
  },
48
47
  "peerDependencies": {
49
48
  "eslint": "^9.0.0"
@@ -54,15 +53,15 @@
54
53
  }
55
54
  },
56
55
  "dependencies": {
57
- "@antfu/eslint-config": "^5.3.0",
58
- "eslint-plugin-format": "^1.0.1",
56
+ "@antfu/eslint-config": "^5.4.1",
57
+ "eslint-plugin-format": "^1.0.2",
59
58
  "eslint-plugin-sonarjs": "^3.0.5",
60
59
  "eslint-plugin-tailwindcss": "^3.18.2",
61
60
  "eslint-plugin-vuejs-accessibility": "^2.4.0"
62
61
  },
63
62
  "devDependencies": {
64
63
  "@types/eslint-plugin-tailwindcss": "^3.17.0",
65
- "eslint": "^9.35.0",
64
+ "eslint": "^9.37.0",
66
65
  "unbuild": "^3.6.1"
67
66
  },
68
67
  "lint-staged": {
@@ -70,5 +69,5 @@
70
69
  "eslint --fix"
71
70
  ]
72
71
  },
73
- "gitHead": "c7a54d3e824edf3fced1e6c4432c50f248b15a18"
72
+ "gitHead": "6d8e11363dec28194b583bf21edf8e9436095ff6"
74
73
  }