Skip to content

Commit

Permalink
ci: Make XO ignore frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Oct 13, 2023
1 parent f8ed926 commit e65a0bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"fastify": "4.23.2"
},
"xo": {
"prettier": false
"prettier": false,
"ignores": [
"frontend/**"
]
}
}

0 comments on commit e65a0bb

Please sign in to comment.