Updated eslint rc

This commit is contained in:
2023-11-23 00:05:31 +01:00
parent 3d4fc1fccb
commit 932bce6057

View File

@@ -37,6 +37,14 @@ module.exports = {
"semi": [
"error",
"never"
],
"no-unused-vars": [
"warn",
{
"vars": "all",
"args": "after-used",
"ignoreRestSiblings": false
}
]
}
}