update eslint rules

merge-requests/15/head
Matthew 2020-07-23 08:33:48 -04:00
parent 4f84fc7dee
commit 8450b08abc
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@
"no-useless-constructor": "off", "no-useless-constructor": "off",
"@typescript-eslint/no-useless-constructor": 2, "@typescript-eslint/no-useless-constructor": 2,
"import/extensions": "off", "import/extensions": "off",
"no-param-reassign": "off" "no-param-reassign": "off",
"no-underscore-dangle": "off"
} }
} }