diff --git a/.prettierrc.json b/.prettierrc.json deleted file mode 100644 index 1866174..0000000 --- a/.prettierrc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "tabWidth": 2, - "arrowParens": "avoid", - "useTabs": false, - "plugins": [ - "./node_modules/prettier-plugin-packagejson", - "./node_modules/prettier-plugin-organize-imports", - "./node_modules/prettier-plugin-tsconfig" - ] - } diff --git a/src/.prettierrc.json b/src/.prettierrc.json new file mode 100644 index 0000000..3c5421e --- /dev/null +++ b/src/.prettierrc.json @@ -0,0 +1,10 @@ +{ + "tabWidth": 2, + "arrowParens": "avoid", + "useTabs": false, + "plugins": [ + "../node_modules/prettier-plugin-packagejson", + "../node_modules/prettier-plugin-organize-imports", + "../node_modules/prettier-plugin-tsconfig" + ] +}