Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Nov 13, 2021
1 parent b79345e commit 65afef7
Show file tree
Hide file tree
Showing 9 changed files with 13,837 additions and 2,249 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
module.exports = {
extends: 'standard-with-typescript',
parserOptions: {
project: 'tsconfig.dev.json'
project: 'tsconfig.json'
},
rules: {
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/strict-boolean-expressions': 'off',
'@typescript-eslint/restrict-template-expressions': 'off'
'@typescript-eslint/restrict-template-expressions': 'off',
'@typescript-eslint/no-non-null-assertion': 'off'
}
}
4 changes: 3 additions & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module.exports = {
file: ['tests/setup.ts'],
exit: true
exit: true,
require: ['ts-node/register'],
extension: ['ts']
}
Loading

0 comments on commit 65afef7

Please sign in to comment.