Skip to content

Commit

Permalink
Merge pull request #170 from github/dg-dependency-updates
Browse files Browse the repository at this point in the history
Dependency updates and require extensions in imports
  • Loading branch information
dgreif authored Aug 25, 2022
2 parents 7019eb9 + 0b5ffb2 commit dd56c16
Show file tree
Hide file tree
Showing 4 changed files with 5,977 additions and 963 deletions.
14 changes: 8 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"root": true,
"extends": [
"plugin:github/browser",
"plugin:github/recommended",
"plugin:github/typescript"
],
"extends": ["plugin:github/browser", "plugin:github/recommended", "plugin:github/typescript"],
"rules": {
"import/extensions": ["error", "always"],
"import/no-unresolved": "off"
},
"overrides": [
{
"files": "test/**/*.js",
"rules": {
"github/unescaped-html-literal": "off"
"github/unescaped-html-literal": "off",
"github/no-inner-html": "off",
"i18n-text/no-en": "off"
}
},
{
Expand Down
Loading

0 comments on commit dd56c16

Please sign in to comment.