improving list of assets
Some checks failed
Frontend Build and Deploy / build (push) Failing after 49s
Some checks failed
Frontend Build and Deploy / build (push) Failing after 49s
This commit is contained in:
@@ -23,6 +23,17 @@ export default tseslint.config(
|
||||
'warn',
|
||||
{ allowConstantExport: true },
|
||||
],
|
||||
// no used vars ignored
|
||||
'@typescript-eslint/no-unused-vars': [
|
||||
'warn',
|
||||
{
|
||||
vars: 'all',
|
||||
args: 'after-used',
|
||||
ignoreRestSiblings: true,
|
||||
varsIgnorePattern: '^_',
|
||||
argsIgnorePattern: '^_',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user