@mikey-pro/eslint-config-angular 10.0.4 → 10.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/index.js +4 -4
  2. package/package.json +3 -3
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 '@mikey-pro/eslint-config/base-config.js';
7
- import { baseOverrides } from '@mikey-pro/eslint-config/overrides.js';
6
+ import { baseConfig, globalPlugins } from 'mikey-pro/eslint/base-config.js';
7
+ import { baseOverrides } from 'mikey-pro/eslint/overrides.js';
8
8
 
9
9
  // Angular-specific configuration
10
10
  const angularConfig = {
@@ -152,5 +152,5 @@ export default [
152
152
  ];
153
153
 
154
154
  // Export individual components for advanced usage
155
- export { baseConfig, globalPlugins } from '@mikey-pro/eslint-config/base-config.js';
156
- export { baseOverrides } from '@mikey-pro/eslint-config/overrides.js';
155
+ export { baseConfig, globalPlugins } from 'mikey-pro/eslint/base-config.js';
156
+ export { baseOverrides } from 'mikey-pro/eslint/overrides.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config-angular",
3
- "version": "10.0.4",
3
+ "version": "10.2.0",
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": "^21.2.0",
9
9
  "@angular-eslint/eslint-plugin-template": "^21.2.0",
10
10
  "@angular-eslint/template-parser": "^21.2.0",
11
- "@mikey-pro/eslint-config": "^10.0.2",
11
+ "mikey-pro": "^10.0.4",
12
12
  "@typescript-eslint/eslint-plugin": "^8.56.1",
13
13
  "@typescript-eslint/parser": "^8.56.1",
14
14
  "eslint-plugin-prettier": "^5.5.5"
15
15
  },
16
16
  "peerDependencies": {
17
- "@mikey-pro/eslint-config": "^10.0.2"
17
+ "mikey-pro": "^10.0.4"
18
18
  },
19
19
  "peerDependenciesMeta": {
20
20
  "@angular/core": {