fix: use proper user event
This commit is contained in:
@@ -7,7 +7,7 @@ import eslintConfigPrettier from 'eslint-config-prettier';
|
||||
import { defineConfig, globalIgnores } from 'eslint/config';
|
||||
|
||||
export default defineConfig([
|
||||
globalIgnores(['dist']),
|
||||
globalIgnores(['dist', 'node_modules', 'coverage']),
|
||||
{
|
||||
rules: {
|
||||
'@typescript-eslint/no-floating-promises': 'error',
|
||||
|
||||
Reference in New Issue
Block a user