Skip to content

Commit f84477e

Browse files
committed
Prettier config changes
1 parent 881ddbc commit f84477e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.prettierignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
dist
2-
docs
3-
generated
1+
/dist
2+
/docs
3+
/generated
4+
/public

prettier.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
export default {
22
overrides: [
33
{
4-
files: "*.ts, *.tsx",
5-
excludeFiles: "dist, docs, public"
4+
files: "*.ts, *.tsx"
65
}
76
],
87
singleQuote: false,

scripts/docs/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getFilesWithExtensions, rmFilesWithExtensions } from "../utils.ts";
77
const parser = withCustomConfig("./tsconfig.json", {
88
savePropValueAsString: true,
99
shouldExtractLiteralValuesFromEnum: true,
10-
shouldExtractValuesFromUnion: true,
10+
shouldExtractValuesFromUnion: true
1111
});
1212

1313
async function run() {

0 commit comments

Comments
 (0)