Files
browser-wakatime/.validate.json

7 lines
92 B
JSON

{
"pre-commit": ["lint", "validate", "test"],
"scripts": {
"lint": "jshint ."
}
}