1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-21 13:47:39 +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",
"js"
]
}
},
"pre-commit": [
"lint"
]
}