mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
chore: finalize fixes with eslint upgrade
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user