| 1234567891011121314151617181920212223242526272829 |
- {
- "extends": [
- "development"
- ],
- "hints": {
- "compat-api/css": [
- "default",
- {
- "ignore": [
- "position: sticky",
- "backdrop-filter",
- "user-select"
- ]
- }
- ],
- "axe/forms": [
- "default",
- {
- "select-name": "off"
- }
- ],
- "axe/text-alternatives": [
- "default",
- {
- "image-alt": "off"
- }
- ]
- }
- }
|