librenms-librenms/package.json
XhmikosR 383a1a3a67 Add JSHint support.
Add package.json with check and lint commands to run jshint using .jshintrc.
2013-02-24 13:55:20 +02:00

6 lines
82 B
JSON

{
"scripts": {
"check": "jshint .",
"lint": "jshint ."
}
}