diff --git a/frontend/package.json b/frontend/package.json index 2ec2b346..3309589b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -119,14 +119,12 @@ "error", 2 ], - "quotes": [ - "error", - "single" - ], + "quotes": "off", "semi": [ "error", "always" - ] + ], + "no-trailing-spaces": ["error"] } }, "jest": { diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 166fe310..b8fddef2 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -3,7 +3,7 @@
- +