diff --git a/.eslintrc b/.eslintrc index ac65579..8879004 100644 --- a/.eslintrc +++ b/.eslintrc @@ -9,12 +9,12 @@ "browser": true, "es6": true }, - extends: [ + "extends": [ "eslint:recommended", "plugin:vue/recommended" ], "rules": { "indent": ["error", 4], "no-console": 0 - }, + } } \ No newline at end of file diff --git a/src/views/forms/form-demo.vue b/src/views/forms/form-demo.vue index ab76492..73730b8 100644 --- a/src/views/forms/form-demo.vue +++ b/src/views/forms/form-demo.vue @@ -3,9 +3,7 @@
@@ -99,7 +91,7 @@ export default { }, data() { return { - titel: "plapla" + titel: "plapla" } } }