We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f87ae commit 2f15bb6Copy full SHA for 2f15bb6
.eslintrc.cjs
@@ -6,7 +6,7 @@ module.exports = {
6
extends: [
7
"plugin:vue/vue3-recommended",
8
"eslint:recommended",
9
- "@vue/eslint-config-prettier",
+ "@vue/eslint-config-prettier/skip-formatting",
10
],
11
parserOptions: {
12
ecmaVersion: "latest",
.prettierrc.json
@@ -1 +1,8 @@
1
-{}
+{
2
+ "$schema": "https://json.schemastore.org/prettierrc",
3
+ "semi": false,
4
+ "tabWidth": 2,
5
+ "singleQuote": true,
+ "printWidth": 100,
+ "trailingComma": "none"
+}
0 commit comments