Remove eslint and prettyer

This commit is contained in:
Joseph Garrone
2021-02-20 12:50:32 +01:00
parent cb1f441b1e
commit 95ed1e046d
8 changed files with 19 additions and 10736 deletions

View File

@ -1,16 +0,0 @@
module.exports = {
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint",
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint",
],
"rules": {
"no-extra-boolean-cast": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
},
};