@yoo-digital/eslint-plugin-angular 3.1.0 → 3.1.2
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 +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
|
-
##
|
|
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
|
-
##
|
|
71
|
+
## boolean-attribute-shorthand
|
|
72
72
|
|
|
73
73
|
HTML rule that enforces shorthand syntax for `[attr]="true"` bindings
|
|
74
74
|
|
package/package.json
CHANGED