eslint-config-angular-strict 2.2.72 → 2.2.74

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/README.md +5 -3
  2. 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://badgen.net/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://badgen.net/npm/license/eslint-config-angular-strict" alt="GitHub license" /></a>
12
- <a href="https://www.npmjs.com/package/eslint-config-angular-strict"><img src="https://badgen.net/npm/dm/eslint-config-angular-strict" alt="NPM Downloads" /></a>
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,7 +90,9 @@ Make sure your `tsconfig.json` is properly configured:
90
90
  "compilerOptions": {
91
91
  (...),
92
92
  "allowUnusedLabels": false,
93
+ "exactOptionalPropertyTypes": true,
93
94
  "noImplicitOverride": true,
95
+ "noUncheckedIndexedAccess": true,
94
96
  "noUnusedLocals": true,
95
97
  "noUnusedParameters": true,
96
98
  "strict": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.2.72",
3
+ "version": "2.2.74",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",