@cloudbase/storage
Version:
cloudbase js sdk storage module
29 lines • 721 B
Plain Text
{
"extends": [
"eslint-config-alloy/typescript"
],
"rules": {
"indent": [
"error",
2,
{
"SwitchCase": 1,
"flatTernaryExpressions": true
}
],
"guard-for-in": 0,
"no-param-reassign": 0,
"no-undefined": 0,
"@typescript-eslint/explicit-member-accessibility": 0,
"@typescript-eslint/no-invalid-this": 0,
"@typescript-eslint/no-loss-of-precision": 0,
"@typescript-eslint/no-duplicate-imports": 0
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"modules": true
}
}
}