Skip to content

Commit

Permalink
Update dependencies, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Jul 9, 2021
1 parent 104e267 commit 907c29a
Show file tree
Hide file tree
Showing 12 changed files with 9,892 additions and 5,516 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "./node_modules/@theintern/dev/eslint.config.js",
"rules": {
"prefer-const": "off",
"@typescript-eslint/no-unnecessary-type-assertion": "off"
}
}
3 changes: 2 additions & 1 deletion intern.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"browser": {
"suites": "_build/tests/browserUnit.js"
"suites": "_build/tests/browserUnit.js",
"plugins": "_build/tests/browserShim.js"
},
"node": {
"suites": "_build/tests/node*.js",
Expand Down
Loading

0 comments on commit 907c29a

Please sign in to comment.