mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-26 23:26:24 +00:00
Fix coding style in vite config file
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint": "eslint src test config/test",
|
||||
"lint": "eslint src test config/test *.config.{js,ts}",
|
||||
"lint:fix": "node --run lint -- --fix",
|
||||
"types": "tsc",
|
||||
"start": "vite serve --host=0.0.0.0",
|
||||
|
||||
Reference in New Issue
Block a user