Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
Update with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rosingrind committed Feb 22, 2023
1 parent 0bf33ce commit 170e923
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .c8rc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"src": "src",
"reporter": [
"text",
"html"
],
"reporter": ["text", "html"],
"all": true
}
1 change: 1 addition & 0 deletions .idea/prettier.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"require": [
"ts-node/register",
"source-map-support/register"
],
"node-option": [
"loader=ts-node/esm",
"experimental-specifier-resolution=node"
],
"require": ["ts-node/register", "source-map-support/register"],
"node-option": ["loader=ts-node/esm", "experimental-specifier-resolution=node"],
"recursive": true
}

0 comments on commit 170e923

Please sign in to comment.