@mikey-pro/eslint-config-angular 9.0.5 → 9.0.6
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.
- package/package.json +3 -3
- package/README.md +0 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikey-pro/eslint-config-angular",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.6",
|
|
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": "^9.0.
|
|
11
|
+
"@mikey-pro/eslint-config": "^9.0.6",
|
|
12
12
|
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
|
13
13
|
"@typescript-eslint/parser": "^8.43.0",
|
|
14
14
|
"eslint-plugin-prettier": "^5.5.4"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@mikey-pro/eslint-config": "^9.0.
|
|
17
|
+
"@mikey-pro/eslint-config": "^9.0.6"
|
|
18
18
|
},
|
|
19
19
|
"peerDependenciesMeta": {
|
|
20
20
|
"@angular/core": {
|
package/README.md
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
<div width="100%" align="center">
|
|
2
|
-
<h1>
|
|
3
|
-
<a href="https://github.com/chiefmikey/mikey-pro">
|
|
4
|
-
<b>Mikey Pro</b>
|
|
5
|
-
</a>
|
|
6
|
-
</h1>
|
|
7
|
-
</div>
|
|
8
|
-
|
|
9
|
-
## **@mikey-pro/eslint-config-angular**
|
|
10
|
-
|
|
11
|
-
A preset ESLint Angular configuration
|
|
12
|
-
|
|
13
|
-
## Usage
|
|
14
|
-
|
|
15
|
-
### Install
|
|
16
|
-
|
|
17
|
-
```shell
|
|
18
|
-
npm i -D mikey-pro @mikey-pro/eslint-config-angular
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
### Configure (Flat ESLint v9+ Recommended)
|
|
22
|
-
|
|
23
|
-
```js
|
|
24
|
-
// eslint.config.js
|
|
25
|
-
import angularConfig from '@mikey-pro/eslint-config-angular/flat';
|
|
26
|
-
|
|
27
|
-
export default angularConfig;
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
### Legacy Configuration (still supported)
|
|
31
|
-
|
|
32
|
-
```json
|
|
33
|
-
{
|
|
34
|
-
"eslintConfig": {
|
|
35
|
-
"extends": ["@mikey-pro/eslint-config-angular"]
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
```
|