refactor: move to Typescript #146

Merged
mcataford merged 8 commits from typescript into master 2020-12-13 00:18:26 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 25c5e3c393 - Show all commits

View file

@ -6,5 +6,8 @@ module.exports = {
"@tophat/eslint-config/jest", "@tophat/eslint-config/jest",
"plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended" "plugin:@typescript-eslint/recommended"
] ],
settings: {
'import/resolver': { node: { extensions: ['.ts'] }}
}
} }

3
.prettierrc Normal file
View file

@ -0,0 +1,3 @@
{
"semi": false
}