diff options
Diffstat (limited to '.eslintrc.js')
| -rw-r--r-- | .eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 75b50972..13394572 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,7 +27,7 @@ module.exports = { "tailwindcss/migration-from-tailwind-2": "off", "@typescript-eslint/no-unused-vars": [ - "error", + "off", { varsIgnorePattern: "^_", argsIgnorePattern: "^_", |
