Skip to content

Commit

Permalink
chore: override tabwidth so task boxes are recognized by task checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Feb 17, 2025
1 parent 01098aa commit 7e7a1ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@ const { config } = require('@dhis2/cli-style')

module.exports = {
...require(config.prettier),
overrides: [
{
files: 'pull_request_template.md',
options: {
tabWidth: 2,
},
},
],
}

0 comments on commit 7e7a1ca

Please sign in to comment.