Skip to content

Commit cf87f8a

Browse files
MSNTCSsgkim126
authored andcommitted
Change the format setting to its previous state
Previously, we add some setting in order to exclude sdk and stakeholder when we run yarn fmt. Now, settings are backed to their normal state
1 parent fecfd80 commit cf87f8a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/.prettierignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"strict": true
1010
},
1111
"include": ["./src/**/*"],
12-
"exclude": ["./src/**/*.test.ts", "./src/sdk/*" , "./src/stakeholder/*"]
12+
"exclude": ["./src/**/*.test.ts"]
1313
}

0 commit comments

Comments
 (0)