@yoo-digital/eslint-plugin-angular 3.1.1 → 3.1.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ Autofixing lint issues with : `npm run lint:fix`
11
11
 
12
12
  ## Rules
13
13
 
14
- ## 1️⃣ boolean-input
14
+ ## boolean-input
15
15
 
16
16
  TypeScript rule that enforces `booleanAttribute` transform on boolean inputs
17
17
 
@@ -68,7 +68,7 @@ isVegan = input.required<boolean, BooleanInput>({
68
68
  ```
69
69
 
70
70
 
71
- ## 2️⃣ boolean-attribute-shorthand
71
+ ## boolean-attribute-shorthand
72
72
 
73
73
  HTML rule that enforces shorthand syntax for `[attr]="true"` bindings
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoo-digital/eslint-plugin-angular",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "Yoo Digital custom Angular ESLint plugin for enforcing boolean attribute best practices.",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",