mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore: add precommit formatting
This commit is contained in:
parent
7bffe4d1db
commit
1f90510ca3
@ -107,6 +107,10 @@
|
|||||||
"*.js": [
|
"*.js": [
|
||||||
"eslint --fix",
|
"eslint --fix",
|
||||||
"git add"
|
"git add"
|
||||||
|
],
|
||||||
|
"*.{js,json,css,md}": [
|
||||||
|
"prettier --write",
|
||||||
|
"git add"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
{
|
{
|
||||||
"documentation": {
|
"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": [
|
||||||
"getting_started",
|
"getting_started",
|
||||||
"securing_unleash",
|
"securing_unleash",
|
||||||
@ -17,7 +13,6 @@
|
|||||||
"database_schema",
|
"database_schema",
|
||||||
"database_backup"
|
"database_backup"
|
||||||
],
|
],
|
||||||
>>>>>>> chore: Fix formatting all the things
|
|
||||||
"Guides": ["guides/google_auth"]
|
"Guides": ["guides/google_auth"]
|
||||||
},
|
},
|
||||||
"api": {
|
"api": {
|
||||||
|
Loading…
Reference in New Issue
Block a user