Skip to content

Commit 2f15bb6

Browse files
committed
upd: prettier and eslint cfgs
1 parent 92f87ae commit 2f15bb6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
extends: [
77
"plugin:vue/vue3-recommended",
88
"eslint:recommended",
9-
"@vue/eslint-config-prettier",
9+
"@vue/eslint-config-prettier/skip-formatting",
1010
],
1111
parserOptions: {
1212
ecmaVersion: "latest",

.prettierrc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
{}
1+
{
2+
"$schema": "https://json.schemastore.org/prettierrc",
3+
"semi": false,
4+
"tabWidth": 2,
5+
"singleQuote": true,
6+
"printWidth": 100,
7+
"trailingComma": "none"
8+
}

0 commit comments

Comments
 (0)