Skip to content

Commit

Permalink
refactor: fix formatting according to prettier v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaello authored Jan 21, 2024
1 parent 9d3305a commit 0e4fe0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dist
example/dist
src/mockdata
src/mockdata
8 changes: 4 additions & 4 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"baseUrl": "./",
"rootDir": "..",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
},
"ts-node": {
"moduleTypes": {
"gulpfile.ts": "cjs"
}
}
"gulpfile.ts": "cjs",
},
},
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */

/* Advanced Options */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
},
"include": ["src"]
"include": ["src"],
}

0 comments on commit 0e4fe0f

Please sign in to comment.