We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1b0a1 commit ad06984Copy full SHA for ad06984
.npmignore
@@ -0,0 +1,13 @@
1
+node_modules
2
+yarn-error.log
3
+npm-debug.log
4
+npm-debug.log.*
5
6
+yarn.lock
7
+.DS_Store
8
+.github
9
+.storybook
10
+.npmignore
11
+tsconfig.json
12
+.prettierrc
13
+rollup.config.js
.prettierrc
@@ -0,0 +1,10 @@
+{
+ "singleQuote": true,
+ "semi": true,
+ "useTabs": false,
+ "tabWidth": 2,
+ "trailingComma": "all",
+ "printWidth": 80,
+ "arrowParens": "always",
+ "endOfLine": "lf"
+}
0 commit comments