1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore: add precommit formatting

This commit is contained in:
ivaosthu 2018-11-22 11:22:18 +01:00 committed by Ivar Conradi Østhus
parent 8a53d8dca2
commit cc58b57c33
2 changed files with 4 additions and 5 deletions

View File

@ -107,6 +107,10 @@
"*.js": [
"eslint --fix",
"git add"
],
"*.{js,json,css,md}": [
"prettier --write",
"git add"
]
},
"husky": {

View File

@ -1,9 +1,5 @@
{
"documentation": {
<<<<<<< HEAD
"User documentation": ["getting_started", "client_sdk", "securing_unleash", "unleash_context", "activation_strategy", "client_specification", "migration_guide"],
"Developer Guide": ["developer_guide", "database_schema", "database_backup"],
=======
"Getting Started": [
"getting_started",
"securing_unleash",
@ -17,7 +13,6 @@
"database_schema",
"database_backup"
],
>>>>>>> chore: Fix formatting all the things
"Guides": ["guides/google_auth"]
},
"api": {