Boilerplate free tests (#277)

This commit is contained in:
Will Chen
2025-05-28 22:55:54 -07:00
committed by GitHub
parent 7a4ec22480
commit 509e044137
13 changed files with 196 additions and 181 deletions

View File

@@ -1,5 +1,6 @@
{
"rules": {
"eslint/no-unused-vars": "error"
"eslint/no-unused-vars": "error",
"eslint/no-empty-pattern": "off"
}
}