From 13f6d34cefb3bc5e3ba65a959304d4465f0ee92a Mon Sep 17 00:00:00 2001 From: mhatvan Date: Wed, 4 Aug 2021 17:44:54 +0200 Subject: chore: improve dev setup - upgrade uuid, eslint, husky - improve .eslintrc.js and correct lint script - update uuid imports to conform to v8 - add .prettierrc.js for consistent formatting - file changes due to lint --fix --- .prettierrc.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .prettierrc.js (limited to '.prettierrc.js') diff --git a/.prettierrc.js b/.prettierrc.js new file mode 100644 index 0000000..6a0a094 --- /dev/null +++ b/.prettierrc.js @@ -0,0 +1,5 @@ +module.exports = { + singleQuote: true, + arrowParens: 'avoid', + trailingComma: 'all', +}; -- cgit v1.2.3-54-g00ecf