From ec60958fa9485e98db1ddf4c8a36e78b77276c12 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 15 Aug 2020 22:21:20 -0400 Subject: Hopefully fixed error page; Removed v-card in home and tweaks; Navbar tweaks --- .eslintrc.js | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 8e1c2e4..c66b587 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,22 +1,22 @@ module.exports = { - env: { - browser: true, - es6: true - }, - extends: [ - 'plugin:vue/essential', - 'standard' - ], - globals: { - Atomics: 'readonly', - SharedArrayBuffer: 'readonly' - }, - parserOptions: { - ecmaVersion: 2018, - sourceType: 'module' - }, - plugins: [ - 'vue' - ], - rules: {} + env: { + browser: true, + es6: true + }, + extends: [ + 'plugin:vue/essential', + 'standard' + ], + globals: { + Atomics: 'readonly', + SharedArrayBuffer: 'readonly' + }, + parserOptions: { + ecmaVersion: 2018, + sourceType: 'module' + }, + plugins: [ + 'vue' + ], + rules: {} } -- cgit v1.2.3