Commit 5ff4e60a authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Fix lint-staged scripts.

No related merge requests found
Showing with 4 additions and 2 deletions
+4 -2
...@@ -46,7 +46,9 @@ ...@@ -46,7 +46,9 @@
} }
}, },
"lint-staged": { "lint-staged": {
"*.js": "npm run lint:fix", "*.{js,json}": [
"*.json": "npm run lint:fix" "prettier --write",
"git add"
]
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment