Skip to content
Snippets Groups Projects
Verified Commit 4371cd76 authored by Mateusz Tyszczak's avatar Mateusz Tyszczak :scroll:
Browse files

Lint only staged items

parent eca39d30
No related branches found
No related tags found
1 merge request!9Move to hiveio
Pipeline #94273 passed
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
scripts/precommit_hook.sh scripts/precommit_hook.sh
npm run lint npx lint-staged
{
"*.ts": "eslint"
}
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.26.0",
"http-server": "^14.1.1", "http-server": "^14.1.1",
"husky": "8.0.3", "husky": "8.0.3",
"lint-staged": "^15.2.2",
"playwright": "^1.39.0", "playwright": "^1.39.0",
"process": "^0.11.10", "process": "^0.11.10",
"rollup": "^4.3.0", "rollup": "^4.3.0",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment