diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..62c31f6 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,7 @@ +{ + "semi": false, + "singleQuote": true, + "trailingComma": "none", + "arrowParens": "avoid", + "proseWrap": "always" +} diff --git a/prettier.config.js b/prettier.config.js deleted file mode 100644 index 601d47e..0000000 --- a/prettier.config.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - semi: false, - singleQuote: true, - trailingComma: 'none', - arrowParens: 'avoid', - proseWrap: 'always' -}