forked from swapnil.bendal/TypeScript-Backend-Template
[added] - new routes
This commit is contained in:
@@ -6,4 +6,9 @@ import tseslint from 'typescript-eslint';
|
||||
export default tseslint.config(
|
||||
eslint.configs.recommended,
|
||||
tseslint.configs.recommended,
|
||||
{
|
||||
rules: {
|
||||
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
|
||||
}
|
||||
},
|
||||
);
|
||||
Reference in New Issue
Block a user