chore: finalize fixes with eslint upgrade

This commit is contained in:
Corbin Crutchley
2023-07-24 04:06:28 -07:00
parent bec4efdc6b
commit b8816d5876
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
const tsRules = {
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-unused-vars": "off",
};
module.exports = {
@@ -19,7 +20,7 @@ module.exports = {
rules: {
"no-unused-vars": "off",
"no-mixed-spaces-and-tabs": "off",
"no-useless-escape": "off"
"no-useless-escape": "off",
},
overrides: [
{

View File

@@ -70,7 +70,7 @@ export default defineConfig({
/* start remark plugins here */
[behead, { depth: 1 }],
[
remarkEmbedder as any,
remarkEmbedder as never,
{
transformers: [oembedTransformer, TwitchTransformer],
} as RemarkEmbedderOptions,