Update .eslintrc.js

This commit is contained in:
Joseph Garrone 2021-05-21 08:40:36 +02:00 committed by GitHub
parent e2d3acb0c0
commit 767f45129c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,10 @@ module.exports = {
"extends": [ "extends": [
"eslint:recommended", "eslint:recommended",
"plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint", "prettier",
], ],
"rules": { "rules": {
"no-extra-boolean-cast": "off", "no-extra-boolean-cast": "off",
"@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/explicit-module-boundary-types": "off",
}, },
}; };