Updated to coding-standard v1.2.2

This commit is contained in:
Alejandro Celaya
2021-03-05 11:14:58 +01:00
parent fddba80b08
commit a665e96908
3 changed files with 169 additions and 105 deletions

View File

@@ -13,12 +13,5 @@
"globals": {
"process": true,
"setImmediate": true
},
"rules": {
"no-nonoctal-decimal-escape": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/naming-convention": "off"
}
}