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

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 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoo-digital/eslint-plugin-angular",
3
- "version": "3.0.9",
3
+ "version": "3.1.1",
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",