diff --git a/.github/logo.png b/.github/logo.png index 55c5dd82..e671c7be 100644 Binary files a/.github/logo.png and b/.github/logo.png differ diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index 92cde390..00000000 --- a/.prettierrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "singleQuote": true -} \ No newline at end of file diff --git a/build/icon.png b/build/icon.png index 5802a836..3c9ffee5 100755 Binary files a/build/icon.png and b/build/icon.png differ diff --git a/package.json b/package.json index 74e1cf5d..da2344d0 100644 --- a/package.json +++ b/package.json @@ -63,5 +63,10 @@ }, "engines": { "node": ">=16.4.0" + }, + "prettier": { + "semi": true, + "singleQuote": true, + "trailingComma": "es5" } }