David Martin
11/11/2021, 7:22 PM"eslintConfig": {
"parser": "@typescript-eslint/parser",
"ignorePatterns": ["**/*.js", "**/*/dist", "**/*/node_modules"],
"rules": {
"@typescript-eslint/no-floating-promises": ["error"],
"@typescript-eslint/no-redeclare": ["error"],
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-for-in-array": ["error"],
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/explicit-module-boundary-types": "off"
},
"extends": ["serverless-stack"],
"parserOptions": {
"project": "../../../tsconfig.json"
}
}
David Martin
11/11/2021, 7:24 PMthdxr
11/11/2021, 7:26 PM