eslint-config-angular-strict 0.8.6 → 0.8.7

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 +12 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,16 @@
1
- # eslint-config-angular-strict
1
+ <br>
2
2
 
3
- Stricts rules to enforce a consistent code style for **Angular** development
3
+ <h1 align="center">Angular Strict ESLint</h1>
4
+
5
+ <p align="center">Stricts rules to enforce a consistent code style for <strong>Angular</strong> development</p>
6
+
7
+ <p align="center">
8
+ <a href="https://www.npmjs.com/package/eslint-config-angular-strict"><img src="https://img.shields.io/npm/v/eslint-config-angular-strict/latest.svg" alt="NPM Version" /></a>
9
+ <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.svg" alt="GitHub license" /></a>
10
+ <a href="https://www.npmjs.com/package/eslint-config-angular-strict"><img src="https://img.shields.io/npm/dm/eslint-config-angular-strict.svg" alt="NPM Downloads" /></a>
11
+ </p>
12
+
13
+ <br>
4
14
 
5
15
  ## Installation
6
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "description": "Stricts rules to enforce a consistent code style for Angular development",
5
5
  "repository": {
6
6
  "type": "git",