@ivanmaxlogiudice/eslint-config 3.1.0 → 3.1.2

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.
package/README.md CHANGED
@@ -40,6 +40,12 @@ import config from '@ivanmaxlogiudice/eslint-config'
40
40
  export default config()
41
41
  ```
42
42
 
43
+ ## Thanks
44
+
45
+ **Based on:**
46
+ - [Antfu's eslint-config](https://github.com/antfu/eslint-config)
47
+ - [Sxzz's eslint-config](https://github.com/sxzz/eslint-config)
48
+
43
49
  ## License
44
50
 
45
51
  [MIT](./LICENSE) License © 2022-PRESENT [Iván Máximiliano, Lo Giudice](https://github.com/ivanmaxlogiudice)
package/dist/cli.js CHANGED
@@ -12,7 +12,7 @@ import c from "picocolors";
12
12
  var package_default = {
13
13
  name: "@ivanmaxlogiudice/eslint-config",
14
14
  type: "module",
15
- version: "3.1.0",
15
+ version: "3.1.2",
16
16
  packageManager: "bun@1.2.4",
17
17
  description: "Personal ESLint config",
18
18
  license: "MIT",
@@ -74,20 +74,20 @@ var package_default = {
74
74
  "@antfu/install-pkg": "^1.0.0",
75
75
  "@clack/prompts": "^0.10.0",
76
76
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
77
- "@eslint/markdown": "^6.2.2",
77
+ "@eslint/markdown": "^6.3.0",
78
78
  "@ivanmaxlogiudice/gitignore": "^0.0.2",
79
79
  "@stylistic/eslint-plugin": "^4.2.0",
80
80
  "@stylistic/eslint-plugin-migrate": "^4.2.0",
81
- "@typescript-eslint/eslint-plugin": "^8.26.0",
82
- "@typescript-eslint/parser": "^8.26.0",
83
- "@vitest/eslint-plugin": "^1.1.36",
84
- "eslint-plugin-antfu": "^3.1.0",
85
- "eslint-plugin-import-x": "^4.6.1",
86
- "eslint-plugin-jsdoc": "^50.6.3",
87
- "eslint-plugin-jsonc": "^2.19.1",
88
- "eslint-plugin-n": "^17.16.2",
81
+ "@typescript-eslint/eslint-plugin": "^8.28.0",
82
+ "@typescript-eslint/parser": "^8.28.0",
83
+ "@vitest/eslint-plugin": "^1.1.38",
84
+ "eslint-plugin-antfu": "^3.1.1",
85
+ "eslint-plugin-import-x": "^4.9.3",
86
+ "eslint-plugin-jsdoc": "^50.6.9",
87
+ "eslint-plugin-jsonc": "^2.20.0",
88
+ "eslint-plugin-n": "^17.17.0",
89
89
  "eslint-plugin-no-only-tests": "^3.3.0",
90
- "eslint-plugin-perfectionist": "^4.9.0",
90
+ "eslint-plugin-perfectionist": "^4.10.1",
91
91
  "eslint-plugin-unicorn": "^57.0.0",
92
92
  "eslint-plugin-unused-imports": "^4.1.4",
93
93
  "eslint-plugin-vue": "^10.0.0",
@@ -100,27 +100,27 @@ var package_default = {
100
100
  },
101
101
  devDependencies: {
102
102
  "@eslint/config-inspector": "^1.0.2",
103
- "@types/node": "^22.13.9",
103
+ "@types/node": "^22.13.14",
104
104
  "@types/yargs": "^17.0.33",
105
105
  "@unocss/eslint-plugin": "^66.0.0",
106
- bumpp: "^10.0.3",
107
- "bun-types": "^1.2.4",
108
- eslint: "^9.21.0",
106
+ bumpp: "^10.1.0",
107
+ "bun-types": "^1.2.7",
108
+ eslint: "^9.23.0",
109
109
  "eslint-plugin-markdown": "^5.1.0",
110
110
  "eslint-plugin-regexp": "^2.7.0",
111
111
  "eslint-plugin-yml": "^1.17.0",
112
- "eslint-typegen": "^2.0.0",
113
- "lint-staged": "^15.4.3",
114
- "simple-git-hooks": "^2.11.1",
112
+ "eslint-typegen": "^2.1.0",
113
+ "lint-staged": "^15.5.0",
114
+ "simple-git-hooks": "^2.12.1",
115
115
  tsup: "^8.4.0",
116
116
  typescript: "^5.8.2",
117
117
  unbuild: "^3.5.0",
118
- vitest: "^3.0.7",
118
+ vitest: "^3.0.9",
119
119
  "yaml-eslint-parser": "^1.3.0"
120
120
  },
121
121
  resolutions: {
122
122
  "@types/mdast": "^4.0.4",
123
- eslint: "^9.21.0"
123
+ eslint: "^9.23.0"
124
124
  },
125
125
  "simple-git-hooks": {
126
126
  "pre-commit": "npx lint-staged"