We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd80511 commit 1831a19Copy full SHA for 1831a19
1 file changed
.eslintrc.json
@@ -20,7 +20,9 @@
20
{
21
"files": "test/**/*.js",
22
"rules": {
23
- "github/unescaped-html-literal": "off"
+ "github/unescaped-html-literal": "off",
24
+ "github/no-inner-html": "off",
25
+ "i18n-text/no-en": "off"
26
}
27
28
]
0 commit comments