mirror of
https://github.com/emklasson/obsidian-save-modified-times.git
synced 2026-07-22 06:40:27 +00:00
chore: add more linting
This commit is contained in:
parent
97a5233b33
commit
42613ee40f
1 changed files with 3 additions and 3 deletions
|
|
@ -48,9 +48,9 @@ export default defineConfig([globalIgnores(["**/node_modules/", "**/main.js"]),
|
|||
|
||||
"@typescript-eslint/ban-ts-comment": "off",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
"@typescript-eslint/no-unsafe-member-access": "off",
|
||||
"@typescript-eslint/no-unsafe-assignment": "off",
|
||||
"@typescript-eslint/no-unsafe-argument": "off",
|
||||
"@typescript-eslint/no-unsafe-member-access": "warn",
|
||||
"@typescript-eslint/no-unsafe-assignment": "warn",
|
||||
"@typescript-eslint/no-unsafe-argument": "warn",
|
||||
"@typescript-eslint/no-floating-promises": "error",
|
||||
"no-prototype-builtins": "error",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue