@yoo-digital/eslint-plugin-angular 3.0.9 → 3.1.0
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@ Here should live all ***custom Angular lint rules*** that eslint does not alread
|
|
|
9
9
|
Wrong code is yellow/red underlined in VScode, it can also be raised running : `npm run lint`
|
|
10
10
|
Autofixing lint issues with : `npm run lint:fix`
|
|
11
11
|
|
|
12
|
+
## Rules
|
|
13
|
+
|
|
12
14
|
## 1️⃣ boolean-input
|
|
13
15
|
|
|
14
16
|
TypeScript rule that enforces `booleanAttribute` transform on boolean inputs
|
package/package.json
CHANGED