@mikey-pro/eslint-config-angular 10.0.0 → 10.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.
Files changed (2) hide show
  1. package/index.js +4 -4
  2. package/package.json +13 -6
package/index.js CHANGED
@@ -3,8 +3,8 @@ import angular from '@angular-eslint/eslint-plugin';
3
3
  import angularTemplate from '@angular-eslint/eslint-plugin-template';
4
4
  import angularTemplateParser from '@angular-eslint/template-parser';
5
5
  import tsParser from '@typescript-eslint/parser';
6
- import { baseConfig, globalPlugins } from '../eslint-config/base-config.js';
7
- import { baseOverrides } from '../eslint-config/overrides.js';
6
+ import { baseConfig, globalPlugins } from '@mikey-pro/eslint-config/base-config.js';
7
+ import { baseOverrides } from '@mikey-pro/eslint-config/overrides.js';
8
8
 
9
9
  // Angular-specific configuration
10
10
  const angularConfig = {
@@ -153,5 +153,5 @@ export default [
153
153
  ];
154
154
 
155
155
  // Export individual components for advanced usage
156
- export { baseConfig, globalPlugins } from '../eslint-config/base-config.js';
157
- export { baseOverrides } from '../eslint-config/overrides.js';
156
+ export { baseConfig, globalPlugins } from '@mikey-pro/eslint-config/base-config.js';
157
+ export { baseOverrides } from '@mikey-pro/eslint-config/overrides.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config-angular",
3
- "version": "10.0.0",
3
+ "version": "10.0.2",
4
4
  "description": "Mikey Pro ESLint Angular configuration - Ultimate Angular coding style guide",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -8,13 +8,13 @@
8
8
  "@angular-eslint/eslint-plugin": "^20.2.0",
9
9
  "@angular-eslint/eslint-plugin-template": "^20.2.0",
10
10
  "@angular-eslint/template-parser": "^20.2.0",
11
- "@mikey-pro/eslint-config": "file:../eslint-config",
11
+ "@mikey-pro/eslint-config": "^10.0.0",
12
12
  "@typescript-eslint/eslint-plugin": "^8.56.0",
13
13
  "@typescript-eslint/parser": "^8.56.0",
14
14
  "eslint-plugin-prettier": "^5.5.5"
15
15
  },
16
16
  "peerDependencies": {
17
- "@mikey-pro/eslint-config": "file:../eslint-config"
17
+ "@mikey-pro/eslint-config": "^10.0.0"
18
18
  },
19
19
  "peerDependenciesMeta": {
20
20
  "@angular/core": {
@@ -24,7 +24,12 @@
24
24
  "optional": false
25
25
  }
26
26
  },
27
- "files": ["index.js", "flat.js", "README.md", "LICENSE"],
27
+ "files": [
28
+ "index.js",
29
+ "flat.js",
30
+ "README.md",
31
+ "LICENSE"
32
+ ],
28
33
  "homepage": "https://github.com/chiefmikey/mikey-pro#readme",
29
34
  "repository": {
30
35
  "type": "git",
@@ -48,11 +53,13 @@
48
53
  "style-guide",
49
54
  "style",
50
55
  "guide",
51
- "eslint-9",
56
+ "eslint-10",
52
57
  "flat-config"
53
58
  ],
54
59
  "author": "Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)",
55
- "browserslist": ["defaults"],
60
+ "browserslist": [
61
+ "defaults"
62
+ ],
56
63
  "engines": {
57
64
  "node": ">=20.19.0",
58
65
  "npm": ">=9.0.0",