Skip to content

Commit fac24b8

Browse files
authored
Merge pull request #28 from github/update-dependencies
Update dependencies
2 parents 35eee19 + e3f6043 commit fac24b8

4 files changed

Lines changed: 6488 additions & 2020 deletions

File tree

.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
},
1919
"rules": {
2020
"github/unescaped-html-literal": "off",
21-
"eslint-comments/no-use": "off"
21+
"import/no-unresolved": "off",
22+
"import/extensions": "off",
23+
"eslint-comments/no-use": "off",
24+
"github/no-inner-html": "off"
2225
},
2326
"env": {
2427
"mocha": true

0 commit comments

Comments
 (0)