Permalink
Newer
100644
17 lines (17 sloc)
457 Bytes
1
module.exports = {
2
"root": true,
3
"parser": "@typescript-eslint/parser",
4
"plugins": [
5
"@typescript-eslint",
6
],
7
"extends": [
8
"eslint:recommended",
9
"plugin:@typescript-eslint/recommended",
10
"prettier/@typescript-eslint",
11
],
12
"rules": {
13
"no-extra-boolean-cast": "off",
14
"@typescript-eslint/explicit-module-boundary-types": "off",