2017-09-29 19:38:00 -04:00
|
|
|
{
|
2021-10-28 17:32:32 -04:00
|
|
|
"extends": ["eslint:recommended", "standard",
|
|
|
|
"plugin:@typescript-eslint/recommended",
|
|
|
|
"plugin:@typescript-eslint/recommended-requiring-type-checking"],
|
|
|
|
"plugins": ["@typescript-eslint"],
|
2017-09-29 19:38:00 -04:00
|
|
|
"rules": {
|
|
|
|
"semi": [2, "always"]
|
2021-10-28 17:32:32 -04:00
|
|
|
},
|
|
|
|
"parserOptions": {
|
|
|
|
"project": ["tsconfig.json"]
|
2017-09-29 19:38:00 -04:00
|
|
|
}
|
|
|
|
}
|