2019-05-13 13:02:19 +03:00
|
|
|
{
|
2019-07-19 14:11:48 +03:00
|
|
|
"parserOptions": {
|
2019-08-15 12:20:42 +03:00
|
|
|
"project": [
|
|
|
|
"./tsconfig.json",
|
|
|
|
"./tsconfig.test.json"
|
|
|
|
]
|
2019-07-19 14:11:48 +03:00
|
|
|
},
|
2019-05-13 13:02:19 +03:00
|
|
|
"extends": ["skype"],
|
|
|
|
"env": {
|
|
|
|
"jasmine": true
|
|
|
|
},
|
|
|
|
|
|
|
|
"rules": {
|
2019-12-10 02:42:00 +03:00
|
|
|
"no-console": ["error", { "allow": ["error", "warn"] }],
|
|
|
|
"prefer-const": "off",
|
|
|
|
"@typescript-eslint/no-floating-promises": "off",
|
|
|
|
"dot-notation": "off",
|
|
|
|
"arrow-body-style": "off"
|
2019-05-13 13:02:19 +03:00
|
|
|
}
|
|
|
|
}
|