1
0
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:
Morris Brodersen 2023-12-02 11:23:40 +01:00
parent 6efb9d75b0
commit d592febdeb

View File

@ -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",