mirror of
https://github.com/etkecc/synapse-admin.git
synced 2025-04-03 02:53:31 +03:00
fix yarn lint
This commit is contained in:
parent
3a105bb8c7
commit
865e53388e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "vite serve",
|
"start": "vite serve",
|
||||||
"build": "vite build",
|
"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",
|
"fix": "yarn lint --fix",
|
||||||
"test": "yarn jest",
|
"test": "yarn jest",
|
||||||
"test:watch": "yarn jest --watch"
|
"test:watch": "yarn jest --watch"
|
||||||
|
|
Loading…
Add table
Reference in a new issue