fix yarn lint

This commit is contained in:
Aine 2024-10-23 12:31:52 +03:00
parent 3a105bb8c7
commit 865e53388e
No known key found for this signature in database
GPG key ID: 34969C908CCA2804

View file

@ -73,7 +73,7 @@
"scripts": {
"start": "vite serve",
"build": "vite build",
"lint": "eslint --ignore-path .gitignore --ext .ts,.tsx,.yml,.yaml .",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint --ignore-path .gitignore --ignore-pattern testdata/ --ext .ts,.tsx,.yml,.yaml .",
"fix": "yarn lint --fix",
"test": "yarn jest",
"test:watch": "yarn jest --watch"