mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-25 00:05:54 +08:00
lint fix
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
"browsersync": "browser-sync 'public/' --watch",
|
||||
|
||||
"lint": "eslint public/assets/js/app.min.js",
|
||||
"lint": "eslint resources/js/app.js",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
|
||||
"test": "npm run lint && npm run build && start-server-and-test http-server http://localhost:8080 cypress:run",
|
||||
|
Reference in New Issue
Block a user