@pengzhanbo/eslint-config-angular 2.1.0 → 2.2.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 (2) hide show
  1. package/dist/index.mjs +2 -5
  2. package/package.json +9 -9
package/dist/index.mjs CHANGED
@@ -1,7 +1,5 @@
1
1
  import { eslintFlatConfig } from "@pengzhanbo/eslint-config";
2
-
3
- export * from "@pengzhanbo/eslint-config"
4
-
2
+ export * from "@pengzhanbo/eslint-config";
5
3
  //#region src/index.ts
6
4
  function angularEslintFlatConfig(options, ...userConfigs) {
7
5
  return eslintFlatConfig({
@@ -9,6 +7,5 @@ function angularEslintFlatConfig(options, ...userConfigs) {
9
7
  ...options
10
8
  }, ...userConfigs);
11
9
  }
12
-
13
10
  //#endregion
14
- export { angularEslintFlatConfig, angularEslintFlatConfig as default };
11
+ export { angularEslintFlatConfig, angularEslintFlatConfig as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pengzhanbo/eslint-config-angular",
3
3
  "type": "module",
4
- "version": "2.1.0",
4
+ "version": "2.2.0",
5
5
  "author": "pengzhanbo <q942450674@outlook.com> (https://github/pengzhanbo/)",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/pengzhanbo/configs#readme",
@@ -24,8 +24,8 @@
24
24
  ],
25
25
  "peerDependencies": {
26
26
  "@prettier/plugin-xml": "^3.4.2",
27
- "@unocss/eslint-plugin": "^66.6.2",
28
- "eslint": "^10.0.2",
27
+ "@unocss/eslint-plugin": "^66.6.6",
28
+ "eslint": "^10.0.3",
29
29
  "eslint-plugin-format": "^2.0.1",
30
30
  "eslint-plugin-tailwindcss": "^3.18.2"
31
31
  },
@@ -44,14 +44,14 @@
44
44
  }
45
45
  },
46
46
  "dependencies": {
47
- "@angular-eslint/eslint-plugin": "^21.2.0",
48
- "@angular-eslint/eslint-plugin-template": "^21.2.0",
49
- "@angular-eslint/template-parser": "^21.2.0",
50
- "@pengzhanbo/eslint-config": "2.1.0"
47
+ "@angular-eslint/eslint-plugin": "^21.3.0",
48
+ "@angular-eslint/eslint-plugin-template": "^21.3.0",
49
+ "@angular-eslint/template-parser": "^21.3.0",
50
+ "@pengzhanbo/eslint-config": "2.2.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@unocss/eslint-plugin": "^66.6.2",
54
- "eslint": "^10.0.2",
53
+ "@unocss/eslint-plugin": "^66.6.6",
54
+ "eslint": "^10.0.3",
55
55
  "eslint-plugin-format": "^2.0.1",
56
56
  "eslint-plugin-tailwindcss": "^3.18.2"
57
57
  },