From 9b4f52b2c92202693fa5335504e806d65be90b77 Mon Sep 17 00:00:00 2001 From: androiddrew Date: Fri, 27 Apr 2018 11:51:53 -0400 Subject: [PATCH] Making it pretty --- .eslintrc | 7 +++++-- public/index.html | 1 + src/App.vue | 19 +++++++++++++++++-- src/components/NavBar.vue | 8 +++++++- src/views/About.vue | 10 ++++++++++ 5 files changed, 40 insertions(+), 5 deletions(-) diff --git a/.eslintrc b/.eslintrc index c76cf54..6fee5fa 100644 --- a/.eslintrc +++ b/.eslintrc @@ -3,5 +3,8 @@ "extends": [ "plugin:vue/essential", "@vue/airbnb" - ] -} \ No newline at end of file + ], + "rules": { + max-len: ["error", { "code": 200 }] + }, +} diff --git a/public/index.html b/public/index.html index 033af57..9ff431d 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,7 @@ + vue_tachyons diff --git a/src/App.vue b/src/App.vue index 9728085..837b362 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,8 @@