1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-24 01:18:01 +02:00

Run on 'npm lint' as pre-commit hook.

closes #125
This commit is contained in:
Ivar 2016-04-28 20:50:48 +02:00 committed by Ivar Conradi Østhus
parent 593f645844
commit 58dd69e77d

View File

@ -89,5 +89,8 @@
"jsx", "jsx",
"js" "js"
] ]
} },
"pre-commit": [
"lint"
]
} }