7 lines
92 B
JSON
7 lines
92 B
JSON
{
|
|
"scripts": {
|
|
"lint": "jshint ."
|
|
},
|
|
"pre-commit": ["lint", "validate", "test"]
|
|
}
|