Skip to content

Commit

Permalink
Merge pull request #130 from bcgov/ticdi-37
Browse files Browse the repository at this point in the history
add prettier config & fix nfr legal desc issue
  • Loading branch information
mgtennant authored Jan 23, 2024
2 parents 449f253 + 7ca42ff commit ef1bdba
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 238 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 120
}
Loading

0 comments on commit ef1bdba

Please sign in to comment.