From 1f90510ca3d3053dfbc50230e765bf5579bacc29 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Thu, 22 Nov 2018 11:22:18 +0100 Subject: [PATCH] chore: add precommit formatting --- package.json | 4 ++++ website/sidebars.json | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c6bbd503d4..6d8f1ce24c 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,10 @@ "*.js": [ "eslint --fix", "git add" + ], + "*.{js,json,css,md}": [ + "prettier --write", + "git add" ] }, "husky": { diff --git a/website/sidebars.json b/website/sidebars.json index 0051dfa7e4..27993126bd 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -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": {