This commit is contained in:
Sindre Sorhus 2023-06-29 12:49:29 +02:00
parent 29b856959f
commit df0e69df51
2 changed files with 3 additions and 2 deletions

View file

@ -66,7 +66,8 @@
"unicorn/prefer-string-slice": "off",
"@typescript-eslint/consistent-type-imports": "off",
"@typescript-eslint/consistent-type-exports": "off",
"@typescript-eslint/consistent-type-definitions": "off"
"@typescript-eslint/consistent-type-definitions": "off",
"unicorn/expiring-todo-comments": "off"
}
},
"c8": {