chore(scripts): update lint commands to remove directory scope
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
"build-only": "vite build",
|
||||
"preview": "vite preview",
|
||||
"type-check": "vue-tsc --skipLibCheck --noEmit",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"lint": "eslint",
|
||||
"lint:fix": "eslint --fix",
|
||||
"format": "prettier --write \"src/**/*.{ts,vue,json}\"",
|
||||
"format:check": "prettier --check \"src/**/*.{ts,vue,json}\"",
|
||||
"wagmi:gen": "wagmi generate"
|
||||
|
||||
Reference in New Issue
Block a user