Updated to @shlinkio/eslint-config-js-coding-standard@1.2.1

This commit is contained in:
Alejandro Celaya
2021-02-28 13:01:11 +01:00
parent 47fb26368b
commit 3f616d5482
3 changed files with 11 additions and 16 deletions

View File

@@ -15,11 +15,6 @@
"setImmediate": true
},
"rules": {
"comma-dangle": "off",
"@typescript-eslint/comma-dangle": ["error", "always-multiline"],
"@typescript-eslint/method-signature-style": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/unbound-method": "off",