Skip to content

Commit

Permalink
chore: update lint stage for json and md
Browse files Browse the repository at this point in the history
  • Loading branch information
antv committed Aug 19, 2024
1 parent 38eaaac commit 15a3801
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md}": [
"prettier --write"
]
},
"devDependencies": {
Expand Down

0 comments on commit 15a3801

Please sign in to comment.