@mikey-pro/eslint-config-angular 9.0.1 → 9.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 +1 -1
package/index.js CHANGED
@@ -2,8 +2,8 @@
2
2
  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
- import { baseConfig } from '@mikey-pro/eslint-config/base-config.js';
6
- import { baseOverrides } from '@mikey-pro/eslint-config/overrides.js';
5
+ import { baseConfig } from '../eslint-config/base-config.js';
6
+ import { baseOverrides } from '../eslint-config/overrides.js';
7
7
 
8
8
  // Angular-specific configuration
9
9
  const angularConfig = {
@@ -149,5 +149,5 @@ export default [
149
149
  ];
150
150
 
151
151
  // Export individual components for advanced usage
152
- export { baseConfig } from '@mikey-pro/eslint-config/base-config.js';
153
- export { baseOverrides } from '@mikey-pro/eslint-config/overrides.js';
152
+ export { baseConfig } from '../eslint-config/base-config.js';
153
+ export { baseOverrides } from '../eslint-config/overrides.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config-angular",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "Mikey Pro ESLint Angular configuration - Ultimate Angular coding style guide",
5
5
  "type": "module",
6
6
  "main": "index.js",