simplerestclients
Version:
A library of components for accessing RESTful services with javascript/typescript.
20 lines (19 loc) • 383 B
Plain Text
{
"parserOptions": {
"project": [
"./tsconfig.json",
"./tsconfig.test.json"
]
},
"extends": ["skype"],
"env": {
"jasmine": true
},
"rules": {
"no-console": ["error", { "allow": ["error", "warn"] }],
"prefer-const": "off",
"@typescript-eslint/no-floating-promises": "off",
"dot-notation": "off",
"arrow-body-style": "off"
}
}