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 = {
|
const tsRules = {
|
||||||
"@typescript-eslint/ban-types": "off",
|
"@typescript-eslint/ban-types": "off",
|
||||||
"@typescript-eslint/no-empty-interface": "off",
|
"@typescript-eslint/no-empty-interface": "off",
|
||||||
|
"@typescript-eslint/no-unused-vars": "off",
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
@@ -19,7 +20,7 @@ module.exports = {
|
|||||||
rules: {
|
rules: {
|
||||||
"no-unused-vars": "off",
|
"no-unused-vars": "off",
|
||||||
"no-mixed-spaces-and-tabs": "off",
|
"no-mixed-spaces-and-tabs": "off",
|
||||||
"no-useless-escape": "off"
|
"no-useless-escape": "off",
|
||||||
},
|
},
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ export default defineConfig({
|
|||||||
/* start remark plugins here */
|
/* start remark plugins here */
|
||||||
[behead, { depth: 1 }],
|
[behead, { depth: 1 }],
|
||||||
[
|
[
|
||||||
remarkEmbedder as any,
|
remarkEmbedder as never,
|
||||||
{
|
{
|
||||||
transformers: [oembedTransformer, TwitchTransformer],
|
transformers: [oembedTransformer, TwitchTransformer],
|
||||||
} as RemarkEmbedderOptions,
|
} as RemarkEmbedderOptions,
|
||||||
|
|||||||
Reference in New Issue
Block a user