@vinicunca/eslint-config 3.9.0 → 3.11.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 +343 -188
  2. package/dist/index.js +11 -4
  3. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -1,16 +1,16 @@
1
- // ../node_modules/.pnpm/@vinicunca+perkakas@1.4.0/node_modules/@vinicunca/perkakas/dist/chunk-6AFNPQW2.js
1
+ // ../node_modules/.pnpm/@vinicunca+perkakas@1.5.0/node_modules/@vinicunca/perkakas/dist/chunk-6AFNPQW2.js
2
2
  function r(o) {
3
3
  if (typeof o != "object" || o === null) return false;
4
4
  let e3 = Object.getPrototypeOf(o);
5
5
  return e3 === null || e3 === Object.prototype;
6
6
  }
7
7
 
8
- // ../node_modules/.pnpm/@vinicunca+perkakas@1.4.0/node_modules/@vinicunca/perkakas/dist/chunk-Q2HW4RVT.js
8
+ // ../node_modules/.pnpm/@vinicunca+perkakas@1.5.0/node_modules/@vinicunca/perkakas/dist/chunk-Q2HW4RVT.js
9
9
  function e(r2) {
10
10
  return typeof r2 == "number" && !Number.isNaN(r2);
11
11
  }
12
12
 
13
- // ../node_modules/.pnpm/@vinicunca+perkakas@1.4.0/node_modules/@vinicunca/perkakas/dist/chunk-AZUJCNUP.js
13
+ // ../node_modules/.pnpm/@vinicunca+perkakas@1.5.0/node_modules/@vinicunca/perkakas/dist/chunk-AZUJCNUP.js
14
14
  function e2(o) {
15
15
  return typeof o == "boolean";
16
16
  }
@@ -2386,7 +2386,14 @@ async function vue(options = {}) {
2386
2386
  }],
2387
2387
  "vue/component-name-in-template-casing": [ERROR, "PascalCase"],
2388
2388
  "vue/component-options-name-casing": [ERROR, "PascalCase"],
2389
- "vue/custom-event-name-casing": [ERROR, "camelCase"],
2389
+ "vue/custom-event-name-casing": [
2390
+ ERROR,
2391
+ "camelCase",
2392
+ {
2393
+ // This will allow using lower case separated with a colon (e.g. click:row)
2394
+ ignores: [/^[a-z]+(?:-[a-z]+)*:[a-z]+(?:-[a-z]+)*$/u]
2395
+ }
2396
+ ],
2390
2397
  "vue/define-macros-order": [ERROR, {
2391
2398
  order: ["defineOptions", "defineProps", "defineEmits", "defineSlots"]
2392
2399
  }],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vinicunca/eslint-config",
3
3
  "type": "module",
4
- "version": "3.9.0",
4
+ "version": "3.11.0",
5
5
  "description": "Vinicunca ESLint config",
6
6
  "author": {
7
7
  "name": "praburangki",
@@ -114,27 +114,27 @@
114
114
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
115
115
  "@eslint/markdown": "^6.3.0",
116
116
  "@stylistic/eslint-plugin": "^4.2.0",
117
- "@typescript-eslint/eslint-plugin": "^8.27.0",
118
- "@typescript-eslint/parser": "^8.27.0",
117
+ "@typescript-eslint/eslint-plugin": "^8.29.1",
118
+ "@typescript-eslint/parser": "^8.29.1",
119
119
  "@unocss/eslint-plugin": "^66.0.0",
120
- "@vitest/eslint-plugin": "^1.1.38",
120
+ "@vitest/eslint-plugin": "^1.1.39",
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
125
  "eslint-plugin-command": "^3.2.0",
126
126
  "eslint-plugin-format": "^1.0.1",
127
- "eslint-plugin-import-x": "^4.9.1",
128
- "eslint-plugin-jsdoc": "^50.6.8",
129
- "eslint-plugin-jsonc": "^2.19.1",
130
- "eslint-plugin-n": "^17.16.2",
127
+ "eslint-plugin-import-x": "^4.10.2",
128
+ "eslint-plugin-jsdoc": "^50.6.9",
129
+ "eslint-plugin-jsonc": "^2.20.0",
130
+ "eslint-plugin-n": "^17.17.0",
131
131
  "eslint-plugin-no-only-tests": "^3.3.0",
132
- "eslint-plugin-perfectionist": "^4.10.1",
132
+ "eslint-plugin-perfectionist": "^4.11.0",
133
133
  "eslint-plugin-pnpm": "^0.3.1",
134
134
  "eslint-plugin-regexp": "^2.7.0",
135
135
  "eslint-plugin-sonarjs": "^3.0.2",
136
136
  "eslint-plugin-toml": "^0.12.0",
137
- "eslint-plugin-unicorn": "^57.0.0",
137
+ "eslint-plugin-unicorn": "^58.0.0",
138
138
  "eslint-plugin-unused-imports": "^4.1.4",
139
139
  "eslint-plugin-vue": "^10.0.0",
140
140
  "eslint-plugin-yml": "^1.17.0",
@@ -143,7 +143,7 @@
143
143
  "jsonc-eslint-parser": "^2.4.0",
144
144
  "local-pkg": "^1.1.1",
145
145
  "toml-eslint-parser": "^0.10.0",
146
- "vue-eslint-parser": "^10.1.1",
146
+ "vue-eslint-parser": "^10.1.3",
147
147
  "yaml-eslint-parser": "^1.3.0"
148
148
  },
149
149
  "scripts": {