mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-08 23:26:58 +02:00
fix lint command
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
"dev": "node ./dev/server.mjs public",
|
"dev": "node ./dev/server.mjs public",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"format-check": "prettier --check .",
|
"format-check": "prettier --check .",
|
||||||
"lint": "eslint public test",
|
"lint": "eslint .",
|
||||||
"lint-styles": "stylelint public/styles/*",
|
"lint-styles": "stylelint public/styles/*",
|
||||||
"test": "playwright test",
|
"test": "playwright test",
|
||||||
"test-ui": "playwright test --ui",
|
"test-ui": "playwright test --ui",
|
||||||
|
Reference in New Issue
Block a user