mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-10 16:14:17 +02:00
fix lint command
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user