We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f4dfd commit b642d21Copy full SHA for b642d21
1 file changed
.npmignore
@@ -42,6 +42,9 @@ flow-typed/
42
# Typescript v1 declaration files
43
typings/
44
45
+# Typescript
46
+tsconfig.json
47
+
48
# Optional npm cache directory
49
.npm
50
@@ -97,4 +100,8 @@ typedoc.json
97
100
*.stories.*
98
101
99
102
# Prettier
-.prettierignore
103
+.prettierignore
104
105
+# Stylelint
106
+.stylelintrc.json
107
+.stylelintignore
0 commit comments