@eienjs/eslint-config 1.0.1 → 1.0.2
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/cli/index.js +2 -2
- package/package.json +4 -4
package/dist/cli/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import parse from "parse-gitignore";
|
|
|
9
9
|
import { execSync } from "node:child_process";
|
|
10
10
|
|
|
11
11
|
//#region package.json
|
|
12
|
-
var version = "1.0.
|
|
12
|
+
var version = "1.0.2";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/cli/constants.ts
|
|
@@ -139,7 +139,7 @@ async function updateEslintFiles(result) {
|
|
|
139
139
|
//#region src/cli/constants_generated.ts
|
|
140
140
|
const versionsMap = {
|
|
141
141
|
"@adonisjs/eslint-plugin": "^2.0.1",
|
|
142
|
-
"@nuxt/eslint-plugin": "^1.
|
|
142
|
+
"@nuxt/eslint-plugin": "^1.8.0",
|
|
143
143
|
"astro-eslint-parser": "^1.2.2",
|
|
144
144
|
"eslint": "^9.32.0",
|
|
145
145
|
"eslint-plugin-astro": "^1.3.1",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eienjs/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"description": "EienJS ESLint Config",
|
|
6
6
|
"author": "Fernando Isidro <luffynando@gmail.com> (https://github.com/luffynando/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@adonisjs/eslint-plugin": "^2.0.1",
|
|
37
|
-
"@nuxt/eslint-plugin": "
|
|
37
|
+
"@nuxt/eslint-plugin": "^1.8.0",
|
|
38
38
|
"@prettier/plugin-xml": "^3.4.2",
|
|
39
39
|
"astro-eslint-parser": "^1.2.2",
|
|
40
40
|
"eslint": "^9.32.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"eslint-plugin-antfu": "^3.1.1",
|
|
83
83
|
"eslint-plugin-command": "^3.3.1",
|
|
84
84
|
"eslint-plugin-import-lite": "^0.3.0",
|
|
85
|
-
"eslint-plugin-jsdoc": "^52.0.
|
|
85
|
+
"eslint-plugin-jsdoc": "^52.0.4",
|
|
86
86
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
87
87
|
"eslint-plugin-n": "^17.21.3",
|
|
88
88
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"@commitlint/cli": "^19.8.1",
|
|
110
110
|
"@commitlint/config-conventional": "^19.8.1",
|
|
111
111
|
"@eslint/config-inspector": "^1.1.0",
|
|
112
|
-
"@nuxt/eslint-plugin": "^1.
|
|
112
|
+
"@nuxt/eslint-plugin": "^1.8.0",
|
|
113
113
|
"@prettier/plugin-xml": "^3.4.2",
|
|
114
114
|
"@types/node": "^22.17.0",
|
|
115
115
|
"astro-eslint-parser": "^1.2.2",
|