chore: Cleanup potentially problematic code.

This commit is contained in:
Sidharth Vinod
2022-11-15 18:57:33 +05:30
parent 85ad89b915
commit 08eaf725b9
3 changed files with 7 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ module.exports = {
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-requiring-type-checking',
'plugin:@typescript-eslint/strict',
// 'plugin:@typescript-eslint/recommended-requiring-type-checking',
// 'plugin:@typescript-eslint/strict',
'prettier'
],
plugins: ['svelte3', 'tailwindcss', '@typescript-eslint', 'es', 'vitest'],