Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)
at upstream/master 18 lines 409 B view raw
1{ 2 "root": true, 3 "extends": [ 4 "html-validate:recommended" 5 ], 6 "rules": { 7 "element-required-attributes": "off", 8 "element-permitted-content": "off", 9 "text-content": "off", 10 "void-style": ["error", {"style": "omit"}], 11 "empty-heading": "off", 12 "wcag/h30": "off", 13 "no-inline-style": "off" 14 }, 15 "elements": [ 16 "html5" 17 ] 18}