mirror of
https://github.com/github/codeql-action.git
synced 2026-04-02 01:32:17 +00:00
Update ESLint configuration
Remove the line to disable the "github/no-unused-vars" rule.
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
"@typescript-eslint/no-unsafe-call": "off",
|
||||
"@typescript-eslint/no-unsafe-member-access": "off",
|
||||
"@typescript-eslint/no-unsafe-return": "off",
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
"@typescript-eslint/no-var-requires": "off",
|
||||
"@typescript-eslint/prefer-regexp-exec": "off",
|
||||
"@typescript-eslint/require-await": "off",
|
||||
|
||||
Reference in New Issue
Block a user