@iqrf/eslint-config 0.2.11 → 0.2.12

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.js +8 -8
  2. package/package.json +21 -21
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- import fs from "node:fs";
2
+ import fs from "fs";
3
3
  import configGitignore from "eslint-config-flat-gitignore";
4
4
 
5
5
  // src/configs/comments.ts
@@ -25,8 +25,8 @@ var cypress = [
25
25
  ];
26
26
 
27
27
  // src/configs/imports.ts
28
- import path from "node:path";
29
- import process2 from "node:process";
28
+ import path from "path";
29
+ import process2 from "process";
30
30
  import pluginImport from "eslint-plugin-import-x";
31
31
  var commonRules = (options) => ({
32
32
  "import-x/consistent-type-specifier-style": [
@@ -485,12 +485,12 @@ var stylistic = [
485
485
  ];
486
486
 
487
487
  // src/configs/typescript.ts
488
- import path2 from "node:path";
489
- import process4 from "node:process";
488
+ import path2 from "path";
489
+ import process4 from "process";
490
490
  import tsEslint from "typescript-eslint";
491
491
 
492
492
  // src/env.ts
493
- import process3 from "node:process";
493
+ import process3 from "process";
494
494
  import { getPackageInfoSync, isPackageExists } from "local-pkg";
495
495
  var isInEditor = !!(!process3.env.CI && (process3.env.VSCODE_PID || process3.env.JETBRAINS_IDE || process3.env.VIM));
496
496
  var hasCypress = isPackageExists("cypress");
@@ -783,8 +783,8 @@ var vue = (options) => [
783
783
  ];
784
784
 
785
785
  // src/configs/vue-i18n.ts
786
- import path3 from "node:path";
787
- import process5 from "node:process";
786
+ import path3 from "path";
787
+ import process5 from "process";
788
788
  import pluginVueI18n from "@intlify/eslint-plugin-vue-i18n";
789
789
  var vueI18n = [
790
790
  ...pluginVueI18n.configs["flat/recommended"],
package/package.json CHANGED
@@ -15,41 +15,41 @@
15
15
  ],
16
16
  "description": "ESLint configuration for IQRF projects",
17
17
  "dependencies": {
18
- "@eslint/js": "^9.25.0",
18
+ "@eslint/js": "^9.27.0",
19
19
  "@intlify/eslint-plugin-vue-i18n": "^4.0.1",
20
20
  "@stylistic/eslint-plugin": "^4.2.0",
21
- "@typescript-eslint/parser": "^8.30.1",
22
- "@vitest/eslint-plugin": "^1.1.43",
21
+ "@typescript-eslint/parser": "^8.32.1",
22
+ "@vitest/eslint-plugin": "^1.2.0",
23
23
  "eslint-config-flat-gitignore": "^2.1.0",
24
- "eslint-import-resolver-typescript": "^4.3.3",
25
- "eslint-plugin-cypress": "^4.2.1",
24
+ "eslint-import-resolver-typescript": "^4.3.5",
25
+ "eslint-plugin-cypress": "^4.3.0",
26
26
  "eslint-plugin-eslint-comments": "^3.2.0",
27
- "eslint-plugin-import-x": "^4.10.6",
28
- "eslint-plugin-jsdoc": "^50.6.9",
29
- "eslint-plugin-jsonc": "^2.20.0",
27
+ "eslint-plugin-import-x": "^4.12.2",
28
+ "eslint-plugin-jsdoc": "^50.6.17",
29
+ "eslint-plugin-jsonc": "^2.20.1",
30
30
  "eslint-plugin-markdown": "^5.1.0",
31
- "eslint-plugin-math": "^0.6.1",
32
- "eslint-plugin-n": "^17.17.0",
33
- "eslint-plugin-perfectionist": "^4.11.0",
31
+ "eslint-plugin-math": "^0.7.0",
32
+ "eslint-plugin-n": "^17.18.0",
33
+ "eslint-plugin-perfectionist": "^4.13.0",
34
34
  "eslint-plugin-pinia": "^0.4.1",
35
35
  "eslint-plugin-promise": "^7.2.1",
36
36
  "eslint-plugin-regexp": "^2.7.0",
37
- "eslint-plugin-unicorn": "^58.0.0",
38
- "eslint-plugin-vue": "^10.0.0",
37
+ "eslint-plugin-unicorn": "^59.0.1",
38
+ "eslint-plugin-vue": "^10.1.0",
39
39
  "eslint-plugin-vue-scoped-css": "^2.9.0",
40
40
  "eslint-plugin-vuetify": "^2.5.2",
41
- "globals": "^16.0.0",
41
+ "globals": "^16.1.0",
42
42
  "local-pkg": "^1.1.1",
43
- "typescript-eslint": "^8.30.1",
43
+ "typescript-eslint": "^8.32.1",
44
44
  "vue-eslint-parser": "^10.1.3"
45
45
  },
46
46
  "devDependencies": {
47
- "@types/node": "^22.14.1",
48
- "bumpp": "^10.1.0",
49
- "eslint": "^9.25.0",
47
+ "@types/node": "^22.15.20",
48
+ "bumpp": "^10.1.1",
49
+ "eslint": "^9.27.0",
50
50
  "eslint-plugin-eslint-plugin": "^6.4.0",
51
- "tsup": "^8.4.0",
52
- "tsx": "^4.19.3",
51
+ "tsup": "^8.5.0",
52
+ "tsx": "^4.19.4",
53
53
  "typescript": "^5.8.3"
54
54
  },
55
55
  "engines": {
@@ -80,7 +80,7 @@
80
80
  },
81
81
  "type": "module",
82
82
  "types": "dist/index.d.ts",
83
- "version": "0.2.11",
83
+ "version": "0.2.12",
84
84
  "scripts": {
85
85
  "build": "tsup",
86
86
  "lint": "eslint .",