Disallow var keyword

This commit is contained in:
Simon Ser
2024-09-28 22:07:39 +02:00
parent 312c755c11
commit 07ae5f7167
2 changed files with 9 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ export default [
caughtErrorsIgnorePattern: "^_",
destructuredArrayIgnorePattern: "^_",
}],
"no-var": "error",
},
},
];