github.com/mdaxf/iac@v0.0.0-20240519030858-58a061660378/.hintrc (about) 1 { 2 "extends": [ 3 "development" 4 ], 5 "hints": { 6 "no-inline-styles": "off", 7 "axe/language": [ 8 "default", 9 { 10 "html-has-lang": "off" 11 } 12 ], 13 "compat-api/css": "off", 14 "axe/aria": [ 15 "default", 16 { 17 "aria-valid-attr-value": "off" 18 } 19 ] 20 } 21 }