@iqrf/eslint-config 0.1.11 → 0.1.13

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/dist/index.d.ts CHANGED
@@ -455,4 +455,4 @@ interface IqrfEslintOptions {
455
455
  */
456
456
  declare function iqrfEslint(options?: Partial<IqrfEslintOptions>, config?: Linter.Config | Linter.Config[]): Linter.Config[];
457
457
 
458
- export { comments, cypress, getVueVersion, hasCypress, hasPinia, hasTypescript, hasVitest, hasVue, hasVueI18n, hasVuetify, imports, iqrfEslint, isInEditor, javascript, jsDoc, json, markdown, node, perfectionist, pinia, promise, regexp, stylistic, typescript, unicorn, versionVue, vitest, vue, vueI18n };
458
+ export { type IqrfEslintOptions, comments, cypress, getVueVersion, hasCypress, hasPinia, hasTypescript, hasVitest, hasVue, hasVueI18n, hasVuetify, imports, iqrfEslint, isInEditor, javascript, jsDoc, json, markdown, node, perfectionist, pinia, promise, regexp, stylistic, typescript, unicorn, versionVue, vitest, vue, vueI18n };
package/dist/index.js CHANGED
@@ -457,6 +457,7 @@ var configs = [
457
457
  "@typescript-eslint/no-explicit-any": "warn",
458
458
  "@typescript-eslint/no-extraneous-class": "off",
459
459
  "@typescript-eslint/no-inferrable-types": "off",
460
+ "@typescript-eslint/no-unsafe-call": "warn",
460
461
  "deprecation/deprecation": "error"
461
462
  }
462
463
  }
package/package.json CHANGED
@@ -16,23 +16,23 @@
16
16
  "description": "ESLint configuration for IQRF projects",
17
17
  "dependencies": {
18
18
  "@eslint/compat": "^1.1.1",
19
- "@eslint/js": "^9.11.0",
19
+ "@eslint/js": "^9.11.1",
20
20
  "@intlify/eslint-plugin-vue-i18n": "^3.0.0",
21
21
  "@stylistic/eslint-plugin": "^2.8.0",
22
- "@typescript-eslint/parser": "^8.6.0",
22
+ "@typescript-eslint/parser": "^8.7.0",
23
23
  "@vitest/eslint-plugin": "^1.1.4",
24
24
  "eslint-config-flat-gitignore": "^0.3.0",
25
25
  "eslint-import-resolver-typescript": "^3.6.3",
26
26
  "eslint-plugin-cypress": "^3.5.0",
27
27
  "eslint-plugin-deprecation": "^3.0.0",
28
28
  "eslint-plugin-eslint-comments": "^3.2.0",
29
- "eslint-plugin-import-x": "^4.2.1",
30
- "eslint-plugin-jsdoc": "^50.2.4",
29
+ "eslint-plugin-import-x": "^4.3.0",
30
+ "eslint-plugin-jsdoc": "^50.3.0",
31
31
  "eslint-plugin-jsonc": "^2.16.0",
32
32
  "eslint-plugin-markdown": "^5.1.0",
33
33
  "eslint-plugin-math": "^0.6.0",
34
34
  "eslint-plugin-n": "^17.10.3",
35
- "eslint-plugin-perfectionist": "^3.6.0",
35
+ "eslint-plugin-perfectionist": "^3.7.0",
36
36
  "eslint-plugin-pinia": "^0.4.1",
37
37
  "eslint-plugin-promise": "^7.1.0",
38
38
  "eslint-plugin-regexp": "^2.6.0",
@@ -43,16 +43,16 @@
43
43
  "globals": "^15.9.0",
44
44
  "jsonc-eslint-parser": "^2.4.0",
45
45
  "local-pkg": "^0.5.0",
46
- "typescript-eslint": "^8.6.0",
46
+ "typescript-eslint": "^8.7.0",
47
47
  "vue-eslint-parser": "^9.4.3"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/eslint": "^9.6.1",
51
51
  "@types/eslint-plugin-markdown": "^2.0.2",
52
52
  "@types/eslint__js": "^8.42.3",
53
- "@types/node": "^22.5.5",
54
- "bumpp": "^9.5.2",
55
- "eslint": "^9.11.0",
53
+ "@types/node": "^22.7.4",
54
+ "bumpp": "^9.6.1",
55
+ "eslint": "^9.11.1",
56
56
  "eslint-plugin-eslint-plugin": "^6.2.0",
57
57
  "tsup": "^8.3.0",
58
58
  "tsx": "^4.19.1",
@@ -86,7 +86,7 @@
86
86
  },
87
87
  "type": "module",
88
88
  "types": "dist/index.d.ts",
89
- "version": "0.1.11",
89
+ "version": "0.1.13",
90
90
  "scripts": {
91
91
  "build": "tsup",
92
92
  "lint": "eslint .",