diff --git a/.eslintrc.js b/.eslintrc.js index 901eb6e..9856735 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -64,14 +64,14 @@ module.exports = { '@typescript-eslint/no-non-null-assertion': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/no-unused-vars': [ - 'error', + 'warn', { argsIgnorePattern: '^_', varsIgnorePattern: '^_', }, ], 'no-unused-vars': [ - 'error', + 'warn', { argsIgnorePattern: '^_', varsIgnorePattern: '^_',