pl-api: lint

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-03-28 23:25:47 +01:00
parent 3e624f3564
commit ae892536ac
2 changed files with 7 additions and 6 deletions

View File

@ -130,7 +130,9 @@
"vars": "all",
"args": "none",
"ignoreRestSiblings": true,
"caughtErrors": "none"
"caughtErrors": "none",
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_"
}
],
"no-useless-escape": "warn",
@ -213,4 +215,4 @@
"parser": "@typescript-eslint/parser"
}
]
}
}