|
|
@@ -34,13 +34,7 @@ module.exports = {
|
|
|
'@typescript-eslint/ban-types': 'off',
|
|
|
'@typescript-eslint/no-non-null-assertion': 'off',
|
|
|
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
|
|
- '@typescript-eslint/no-unused-vars': [
|
|
|
- 'error',
|
|
|
- {
|
|
|
- argsIgnorePattern: '^_',
|
|
|
- varsIgnorePattern: '^_',
|
|
|
- },
|
|
|
- ],
|
|
|
+
|
|
|
'no-unused-vars': [
|
|
|
'error',
|
|
|
{
|