forked from carbon-design-system/carbon-for-ibm-dotcom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintignore
54 lines (47 loc) · 1.13 KB
/
.eslintignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
node_modules
# patterns-react
packages/patterns-react/coverage
packages/patterns-react/es
packages/patterns-react/umd
packages/patterns-react/lib
packages/patterns-react/node_modules
packages/patterns-react/storybook-static
# react
packages/react/coverage
packages/react/es
packages/react/umd
packages/react/lib
packages/react/node_modules
packages/react/storybook-static
# local carbon-components-react
packages/react/src/components/carbon-components-react
packages/react/src/internal/keyboard
packages/react/src/prop-types
# services
packages/services/coverage
packages/services/docs
packages/services/es
packages/services/umd
packages/services/lib
packages/services/node_modules
# styles
packages/styles/dist
packages/styles/es
packages/styles/umd
packages/styles/lib
packages/styles/node_modules
# utilities
packages/utilities/coverage
packages/utilities/docs
packages/utilities/es
packages/utilities/umd
packages/utilities/lib
packages/utilities/node_modules
# vanilla
packages/vanilla/coverage
packages/vanilla/es
packages/vanilla/jsdocs
packages/vanilla/umd
packages/vanilla/lib
packages/vanilla/node_modules
packages/vanilla/storybook-static