diff --git a/.github/restyled.yml b/.github/restyled.yml index 72d0b2f..c4eda48 100644 --- a/.github/restyled.yml +++ b/.github/restyled.yml @@ -1,2 +1,3 @@ exclude: - - "**/*.md" + - '**/*.md' + - '**/pnpm-lock.yaml' diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..b84e1ed --- /dev/null +++ b/.prettierrc @@ -0,0 +1,10 @@ +{ + "tabWidth": 2, + "useTabs": false, + "singleQuote": true, + "bracketSameLine": true, + "arrowParens": "always", + "experimentalTernaries": true, + "semi": true, + "trailingComma": "es5" +} \ No newline at end of file