@vinicunca/eslint-config 3.15.0 → 3.17.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 (3) hide show
  1. package/dist/index.d.ts +9406 -11190
  2. package/dist/index.js +2223 -2805
  3. package/package.json +20 -20
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vinicunca/eslint-config",
3
3
  "type": "module",
4
- "version": "3.15.0",
4
+ "version": "3.17.0",
5
5
  "description": "Vinicunca ESLint config",
6
6
  "author": {
7
7
  "name": "praburangki",
@@ -110,36 +110,36 @@
110
110
  },
111
111
  "dependencies": {
112
112
  "@antfu/install-pkg": "^1.1.0",
113
- "@clack/prompts": "^0.10.1",
113
+ "@clack/prompts": "^0.11.0",
114
114
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
115
- "@eslint/markdown": "^6.4.0",
116
- "@stylistic/eslint-plugin": "^4.2.0",
117
- "@typescript-eslint/eslint-plugin": "^8.32.1",
118
- "@typescript-eslint/parser": "^8.32.1",
115
+ "@eslint/markdown": "^6.5.0",
116
+ "@stylistic/eslint-plugin": "^5.0.0-beta.4",
117
+ "@typescript-eslint/eslint-plugin": "^8.34.1",
118
+ "@typescript-eslint/parser": "^8.34.1",
119
119
  "@unocss/eslint-plugin": "66.0.0",
120
- "@vitest/eslint-plugin": "^1.1.44",
120
+ "@vitest/eslint-plugin": "^1.2.7",
121
121
  "eslint-config-flat-gitignore": "^2.1.0",
122
122
  "eslint-flat-config-utils": "^2.0.1",
123
123
  "eslint-merge-processors": "^2.0.0",
124
124
  "eslint-plugin-antfu": "^3.1.1",
125
- "eslint-plugin-command": "^3.2.0",
125
+ "eslint-plugin-command": "^3.2.1",
126
126
  "eslint-plugin-format": "^1.0.1",
127
- "eslint-plugin-import-x": "^4.11.1",
128
- "eslint-plugin-jsdoc": "^50.6.17",
129
- "eslint-plugin-jsonc": "^2.20.0",
130
- "eslint-plugin-n": "^17.18.0",
127
+ "eslint-plugin-import-lite": "^0.3.0",
128
+ "eslint-plugin-jsdoc": "^51.0.3",
129
+ "eslint-plugin-jsonc": "^2.20.1",
130
+ "eslint-plugin-n": "^17.20.0",
131
131
  "eslint-plugin-no-only-tests": "^3.3.0",
132
- "eslint-plugin-perfectionist": "^4.13.0",
132
+ "eslint-plugin-perfectionist": "^4.15.0",
133
133
  "eslint-plugin-pnpm": "^0.3.1",
134
- "eslint-plugin-regexp": "^2.7.0",
134
+ "eslint-plugin-regexp": "^2.9.0",
135
135
  "eslint-plugin-sonarjs": "^3.0.2",
136
136
  "eslint-plugin-toml": "^0.12.0",
137
137
  "eslint-plugin-unicorn": "^59.0.1",
138
138
  "eslint-plugin-unused-imports": "^4.1.4",
139
- "eslint-plugin-vue": "^10.1.0",
139
+ "eslint-plugin-vue": "^10.2.0",
140
140
  "eslint-plugin-yml": "^1.18.0",
141
141
  "eslint-processor-vue-blocks": "^2.0.0",
142
- "globals": "^16.1.0",
142
+ "globals": "^16.2.0",
143
143
  "jsonc-eslint-parser": "^2.4.0",
144
144
  "local-pkg": "^1.1.1",
145
145
  "toml-eslint-parser": "^0.10.0",
@@ -147,11 +147,11 @@
147
147
  "yaml-eslint-parser": "^1.3.0"
148
148
  },
149
149
  "scripts": {
150
- "lint": "eslint -v",
150
+ "lint": "eslint --fix .",
151
151
  "test": "vitest",
152
- "build": "pnpm run typegen && tsup --clean --dts",
153
- "stub": "tsup --format esm --clean",
154
- "watch": "tsup --watch",
152
+ "build": "pnpm run typegen && tsdown --clean --dts",
153
+ "stub": "tsdown",
154
+ "watch": "tsdown --watch",
155
155
  "typegen": "tsx scripts/typegen.ts",
156
156
  "publish:ci": "pnpm publish --access public --no-git-checks"
157
157
  }