Linting fixes. Fixed crash when hitting rate limit
This commit is contained in:
@@ -9,7 +9,7 @@ export default tseslint.config(
|
||||
...tseslint.configs.strictTypeChecked,
|
||||
...tseslint.configs.stylisticTypeChecked,
|
||||
{
|
||||
ignores: ['**/node_modules/*', '**/*.mjs', '**/*.js', 'src/mapper.ts'],
|
||||
ignores: ['**/node_modules/*', '**/*.mjs', '**/*.js'],
|
||||
},
|
||||
{
|
||||
languageOptions: {
|
||||
|
||||
Reference in New Issue
Block a user