Skip to content

Commit 7799630

Browse files
committed
chore: format changes
1 parent 858a25a commit 7799630

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pre-commit:
44
glob: '*.{js,ts,jsx,tsx}'
55
run: yarn run biome check {staged_files}
66
format:
7-
glob: '*.{js,ts,jsx,tsx}'
7+
glob: '*.{js,ts,jsx,tsx,json}'
88
run: yarn run biome format {staged_files} --write && git add {staged_files}
99
commit-msg:
1010
parallel: true

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@
3535
"test:updateSnapshot": "jest --updateSnapshot",
3636
"reassure": "reassure"
3737
},
38-
"keywords": [
39-
"react-native",
40-
"markdown",
41-
"react-native markdown"
42-
],
38+
"keywords": ["react-native", "markdown", "react-native markdown"],
4339
"repository": "https://github.com/gmsgowtham/react-native-marked",
4440
"author": "Gowtham G <webappsbygowtham@gmail.com> (https://github.com/gmsgowtham)",
4541
"license": "MIT",
@@ -97,9 +93,7 @@
9793
]
9894
},
9995
"commitlint": {
100-
"extends": [
101-
"@commitlint/config-conventional"
102-
],
96+
"extends": ["@commitlint/config-conventional"],
10397
"rules": {
10498
"type-enum": [
10599
2,

0 commit comments

Comments
 (0)