Skip to content

Commit 80aad01

Browse files
committed
chore: fix
1 parent 0fa4c4b commit 80aad01

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: .prettierignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pnpm-lock.yaml
22
**/storybook-static
3-
**/lib
3+
**/lib
4+
**/.storybook

Diff for: storybook/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sourceMap": false,
88
"tsBuildInfoFile": "./lib/tsconfig.tsbuildinfo"
99
},
10-
"include": ["stories", ".storybook", "shim.d.ts"],
10+
"include": ["./stories", "./.storybook", "./shim.d.ts"],
1111
"ts-node": {
1212
"compilerOptions": {
1313
"module": "es2022",

Diff for: tsconfig.eslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "./tsconfig.json",
3-
"include": [".", "**/.storybook/**/*.ts"],
3+
"include": ["."],
44
"exclude": [
55
"**/node_modules",
66
"**/dist",

0 commit comments

Comments
 (0)