You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Default Value:** The default setting is false, focusing strictly on WCAG violations.
82
82
-**Implementation:** Enable best practice checks by setting bestPractice to true in your configuration file.
83
83
84
+
> The default value for **best practice** check is **`false`**
85
+
84
86
```bash
85
-
accessibility.bestPractice: false
87
+
accessibility.bestPractice: true
86
88
```
87
89
88
90
### 4. Needs Review
89
91
90
92
-**Purpose:** Flag potential accessibility issues that might require human evaluation for definitive assessment.
91
93
-**Implementation:** Enable needs review checks by setting needsReview to true in your configuration file. This ensures potentially ambiguous issues get flagged for manual review.
92
94
95
+
> The default value for **needs review** check is **`false`**
0 commit comments