@ikaros-cli/eslint-plugin 0.3.1 → 0.4.1

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 +1 -1
  2. package/package.json +15 -15
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- import{VueVersion as e}from"./common-BDkKwlI3.mjs";import{recommended as t}from"./recommended-BFxXHhwU.mjs";import"./utils-mPSG5i3p.mjs";import{tsRecommended as n}from"./ts-recommended-DFk1iHlq.mjs";import{getVueEsLint as r}from"./vue-recommended-nEuBtpma.mjs";import{getVueTsEslint as i}from"./vue-ts-recommended-Bzh4WyIf.mjs";var a=`@ikaros-cli/eslint-plugin`,o=`0.3.1`;const s={meta:{name:a,version:o},configs:{recommended:t,tsRecommended:n,"vue-recommended":r(e.v2),"vue3-recommended":r(e.v3),"vue-ts-recommended":i(e.v2),"vue3-ts-recommended":i(e.v3)}};export{s as ikarosEslintRule};
1
+ import{VueVersion as e}from"./common-BDkKwlI3.mjs";import{recommended as t}from"./recommended-BFxXHhwU.mjs";import"./utils-mPSG5i3p.mjs";import{tsRecommended as n}from"./ts-recommended-DFk1iHlq.mjs";import{getVueEsLint as r}from"./vue-recommended-nEuBtpma.mjs";import{getVueTsEslint as i}from"./vue-ts-recommended-Bzh4WyIf.mjs";var a=`@ikaros-cli/eslint-plugin`,o=`0.4.1`;const s={meta:{name:a,version:o},configs:{recommended:t,tsRecommended:n,"vue-recommended":r(e.v2),"vue3-recommended":r(e.v3),"vue-ts-recommended":i(e.v2),"vue3-ts-recommended":i(e.v3)}};export{s as ikarosEslintRule};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikaros-cli/eslint-plugin",
3
- "version": "0.3.1",
3
+ "version": "0.4.1",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "dist/index.mjs",
@@ -21,30 +21,30 @@
21
21
  "files": [
22
22
  "dist"
23
23
  ],
24
+ "scripts": {
25
+ "dev": "tsdown --watch",
26
+ "dts": "tsdown --dts",
27
+ "build": "tsdown"
28
+ },
24
29
  "dependencies": {
25
- "@typescript-eslint/eslint-plugin": "^8.38.0",
26
- "@typescript-eslint/parser": "^8.38.0",
27
- "@typescript-eslint/utils": "^8.38.0",
30
+ "@typescript-eslint/eslint-plugin": "^8.41.0",
31
+ "@typescript-eslint/parser": "^8.41.0",
32
+ "@typescript-eslint/utils": "^8.41.0",
28
33
  "eslint-config-prettier": "^10.1.8",
29
34
  "eslint-plugin-import-x": "^4.16.1",
30
- "eslint-plugin-prettier": "^5.5.3",
31
- "eslint-plugin-unicorn": "^59.0.1",
32
- "eslint-plugin-vue": "^10.3.0",
33
- "typescript-eslint": "^8.38.0",
35
+ "eslint-plugin-prettier": "^5.5.4",
36
+ "eslint-plugin-unicorn": "^60.0.0",
37
+ "eslint-plugin-vue": "^10.4.0",
38
+ "typescript-eslint": "^8.41.0",
34
39
  "vue-eslint-parser": "^10.2.0"
35
40
  },
36
41
  "devDependencies": {
37
- "eslint": "^9.31.0",
42
+ "eslint": "^9.34.0",
38
43
  "prettier": "^3.6.2"
39
44
  },
40
45
  "peerDependenciesMeta": {
41
46
  "typescript": {
42
47
  "optional": true
43
48
  }
44
- },
45
- "scripts": {
46
- "dev": "tsdown --watch",
47
- "dts": "tsdown --dts",
48
- "build": "tsdown"
49
49
  }
50
- }
50
+ }