1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01: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
parent 64e499ae05
commit 2118aff8f4

View File

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