We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b75619d + 1831a19 commit 314ae02Copy full SHA for 314ae02
3 files 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