Added a precommit-hook
This commit is contained in:
6
.validate.json
Normal file
6
.validate.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"scripts": {
|
||||
"lint": "jshint ."
|
||||
},
|
||||
"pre-commit": ["lint", "validate", "test"]
|
||||
}
|
||||
Reference in New Issue
Block a user