mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-01-16 20:28:22 +01:00
fix lint command
This commit is contained in:
parent
6efb9d75b0
commit
d592febdeb
@ -25,7 +25,7 @@
|
||||
"dev": "node ./dev/server.mjs public",
|
||||
"format": "prettier --write .",
|
||||
"format-check": "prettier --check .",
|
||||
"lint": "eslint public test",
|
||||
"lint": "eslint .",
|
||||
"lint-styles": "stylelint public/styles/*",
|
||||
"test": "playwright test",
|
||||
"test-ui": "playwright test --ui",
|
||||
|
Loading…
x
Reference in New Issue
Block a user