eslint-config-angular-strict 2.2.72 → 2.2.73
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/README.md +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<p align="center">Modern ESLint configuration with strict rules for <strong>Angular</strong> development</p>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
<a href="https://www.npmjs.com/package/eslint-config-angular-strict"><img src="https://
|
|
11
|
-
<a href="https://github.com/Jbz797/eslint-config-angular-strict/blob/master/LICENSE"><img src="https://
|
|
12
|
-
<a href="https://www.npmjs.com/package/eslint-config-angular-strict"><img src="https://
|
|
10
|
+
<a href="https://www.npmjs.com/package/eslint-config-angular-strict"><img src="https://img.shields.io/npm/v/eslint-config-angular-strict" alt="NPM Version" /></a>
|
|
11
|
+
<a href="https://github.com/Jbz797/eslint-config-angular-strict/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/eslint-config-angular-strict" alt="GitHub license" /></a>
|
|
12
|
+
<a href="https://www.npmjs.com/package/eslint-config-angular-strict"><img src="https://img.shields.io/npm/dm/eslint-config-angular-strict" alt="NPM Downloads" /></a>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
<br>
|
|
@@ -90,6 +90,7 @@ Make sure your `tsconfig.json` is properly configured:
|
|
|
90
90
|
"compilerOptions": {
|
|
91
91
|
(...),
|
|
92
92
|
"allowUnusedLabels": false,
|
|
93
|
+
"exactOptionalPropertyTypes": true,
|
|
93
94
|
"noImplicitOverride": true,
|
|
94
95
|
"noUnusedLocals": true,
|
|
95
96
|
"noUnusedParameters": true,
|