Skip to content

Commit 314ae02

Browse files
authored
Merge pull request #54 from github/update-dependencies
Update developer dependencies
2 parents b75619d + 1831a19 commit 314ae02

File tree

3 files changed

+2048
-2295
lines changed

3 files changed

+2048
-2295
lines changed

.eslintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
{
2121
"files": "test/**/*.js",
2222
"rules": {
23-
"github/unescaped-html-literal": "off"
23+
"github/unescaped-html-literal": "off",
24+
"github/no-inner-html": "off",
25+
"i18n-text/no-en": "off"
2426
}
2527
}
2628
]

0 commit comments

Comments
 (0)