meta: remove orphaned eslint override

This commit is contained in:
Xymorot 2020-11-12 21:21:13 +01:00
parent b9378219e9
commit 974e47ff04
1 changed files with 0 additions and 6 deletions

View File

@ -162,12 +162,6 @@
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/ban-ts-comment": "off"
}
},
{
"files": ["**/*.d.ts"],
"rules": {
"import/no-default-export": "off"
}
}
]
}