Skip to content

Commit 666cf46

Browse files
fixed_docs teslint
1 parent ac0f0d7 commit 666cf46

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules
55
dist
66
storybook-static
77
coverage/*
8+
docs

.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
storybook-static
3+
coverage/*
4+
.circleci
5+
.storybook
6+
test
7+
docs

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"baseUrl": "./packages",
2626
"lib": ["es2017", "dom", "esnext.asynciterable"]
2727
},
28-
"exclude": ["node_modules", "lib"],
28+
"exclude": ["node_modules", "lib", "docs"],
2929
"include": ["src/**/*", ".storybook"]
3030
}

0 commit comments

Comments
 (0)