@setoelkahfi / svara / commits / 118c77e

Added formatter

mellbacon committed Oct 2, 2022 at 18:13 UTC 118c77e5b8a2a349074cb933d4696565f4e7ba8e
3 files changed +12
.prettierrc.json new
+6
@@ -0,0 +1,6 @@
1 +{
2 + "trailingComma": "es5",
3 + "tabWidth": 4,
4 + "semi": false,
5 + "singleQuote": true
6 + }
\ No newline at end of file
package.json
+1
@@ -18,6 +18,7 @@
18 "@tsconfig/svelte": "^2.0.0",
19 "carbon-components-svelte": "^0.67.0",
20 "carbon-icons-svelte": "^11.1.0",
21 + "prettier": "2.7.1",
22 "rollup": "^2.3.4",
23 "rollup-plugin-css-only": "^3.1.0",
24 "rollup-plugin-livereload": "^2.0.0",
yarn.lock
+5
@@ -837,6 +837,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
837 resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
838 integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
839
840 +prettier@2.7.1:
841 + version "2.7.1"
842 + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
843 + integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
844 +
845 queue-microtask@^1.2.2:
846 version "1.2.3"
847 resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"