aft-web-services
Version:
Automated Functional Testing (AFT) module for testing web services over HTTP and HTTPS
14 lines (13 loc) • 394 B
Plain Text
{
"extends": "eslint:recommended",
"parser": "@typescript-eslint/parser",
"parserOptions": { "project": "./tsconfig.json" },
"plugins": ["@typescript-eslint"],
"rules": {
"no-inner-declarations": ["off"],
"no-prototype-builtins": ["off"],
"no-case-declarations": ["off"],
"@typescript-eslint/no-floating-promises": ["error"]
},
"ignorePatterns": ["/*", "!/src"]
}