diff --git a/frontend/jsconfig.json b/frontend/jsconfig.json new file mode 100644 index 000000000..b2c0e02ee --- /dev/null +++ b/frontend/jsconfig.json @@ -0,0 +1,3 @@ +{ + "include": ["./src/**/*"] +} diff --git a/frontend/package.json b/frontend/package.json index 19ed57974..4deceb724 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -54,5 +54,11 @@ "> 1%", "last 2 versions", "not dead" - ] -} + ], + "prettier": { + "trailingComma": "es5", + "tabWidth": 2, + "semi": true, + "singleQuote": false + } +} \ No newline at end of file diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 132fe276b..98c56b8ca 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -34,11 +34,11 @@