@vinicunca/eslint-config 4.7.0 → 4.8.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/dist/index.mjs +3 -3
  2. package/package.json +6 -6
package/dist/index.mjs CHANGED
@@ -18,19 +18,19 @@ import globals from "globals";
18
18
  import { mergeProcessors, processorPassThrough } from "eslint-merge-processors";
19
19
  import { configs } from "eslint-plugin-regexp";
20
20
 
21
- //#region node_modules/.pnpm/@vinicunca+perkakas@1.13.0/node_modules/@vinicunca/perkakas/dist/is-boolean.js
21
+ //#region node_modules/.pnpm/@vinicunca+perkakas@1.13.2/node_modules/@vinicunca/perkakas/dist/is-boolean.js
22
22
  function e$2(e$3) {
23
23
  return typeof e$3 == `boolean`;
24
24
  }
25
25
 
26
26
  //#endregion
27
- //#region node_modules/.pnpm/@vinicunca+perkakas@1.13.0/node_modules/@vinicunca/perkakas/dist/is-function.js
27
+ //#region node_modules/.pnpm/@vinicunca+perkakas@1.13.2/node_modules/@vinicunca/perkakas/dist/is-function.js
28
28
  function e$1(e$3) {
29
29
  return typeof e$3 == `function`;
30
30
  }
31
31
 
32
32
  //#endregion
33
- //#region node_modules/.pnpm/@vinicunca+perkakas@1.13.0/node_modules/@vinicunca/perkakas/dist/is-number.js
33
+ //#region node_modules/.pnpm/@vinicunca+perkakas@1.13.2/node_modules/@vinicunca/perkakas/dist/is-number.js
34
34
  function e(e$3) {
35
35
  return typeof e$3 == `number` && !Number.isNaN(e$3);
36
36
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vinicunca/eslint-config",
3
3
  "type": "module",
4
- "version": "4.7.0",
4
+ "version": "4.8.0",
5
5
  "description": "Vinicunca ESLint config",
6
6
  "author": {
7
7
  "name": "praburangki",
@@ -119,17 +119,17 @@
119
119
  "@stylistic/eslint-plugin": "^5.9.0",
120
120
  "@typescript-eslint/eslint-plugin": "^8.56.1",
121
121
  "@typescript-eslint/parser": "^8.56.1",
122
- "@unocss/eslint-plugin": "^66.6.0",
122
+ "@unocss/eslint-plugin": "^66.6.1",
123
123
  "@vitest/eslint-plugin": "^1.6.9",
124
124
  "eslint-config-flat-gitignore": "^2.2.1",
125
125
  "eslint-flat-config-utils": "^3.0.1",
126
126
  "eslint-merge-processors": "^2.0.0",
127
127
  "eslint-plugin-antfu": "^3.2.2",
128
- "eslint-plugin-command": "^3.5.1",
129
- "eslint-plugin-format": "^2.0.0",
128
+ "eslint-plugin-command": "^3.5.2",
129
+ "eslint-plugin-format": "^2.0.1",
130
130
  "eslint-plugin-import-lite": "^0.5.2",
131
131
  "eslint-plugin-jsdoc": "^62.7.1",
132
- "eslint-plugin-jsonc": "^3.1.0",
132
+ "eslint-plugin-jsonc": "^3.1.1",
133
133
  "eslint-plugin-n": "^17.24.0",
134
134
  "eslint-plugin-no-only-tests": "^3.3.0",
135
135
  "eslint-plugin-perfectionist": "^5.6.0",
@@ -156,7 +156,7 @@
156
156
  "@prettier/plugin-xml": "^3.4.2",
157
157
  "@types/eslint-plugin-jsx-a11y": "^6.10.1",
158
158
  "@types/node": "^25.3.0",
159
- "@vinicunca/perkakas": "^1.13.0",
159
+ "@vinicunca/perkakas": "^1.13.2",
160
160
  "astro-eslint-parser": "^1.3.0",
161
161
  "bumpp": "^10.4.1",
162
162
  "eslint": "^10.0.2",