Skip to content

Commit

Permalink
Fixing Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
santese committed Aug 13, 2020
1 parent 089d8d1 commit 2b58c83
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 327 deletions.
14 changes: 13 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"root": true,
"extends": "standard-with-typescript",
"env": {
"node": true
},
"parserOptions": {
"ecmaVersion": 2020,
"project": "./tsconfig.json"
},
"rules": {
"no-async-promise-executor": "off",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/prefer-ts-expect-error": "off"
}
}
}
Loading

0 comments on commit 2b58c83

Please sign in to comment.