diff --git a/client/.eslintrc.js b/client/.eslintrc.js
index bb84162..535da19 100644
--- a/client/.eslintrc.js
+++ b/client/.eslintrc.js
@@ -1,31 +1,33 @@
module.exports = {
- root: true,
- parserOptions: {
- sourceType: 'module'
- },
- env: {
- browser: true
- },
- globals: {
- 'cordova': true,
- 'DEV': true,
- 'PROD': true,
- '__THEME': true
- },
- // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
- extends: 'standard',
- // required to lint *.vue files
- plugins: [
- 'html'
- ],
- // add your custom rules here
- 'rules': {
- // allow paren-less arrow functions
- 'arrow-parens': 0,
- 'one-var': 0,
- 'import/first': 0,
- // allow debugger during development
- 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
- 'brace-style': [2, 'stroustrup', { 'allowSingleLine': true }]
- }
+ root: true,
+ parserOptions: {
+ sourceType: 'module'
+ },
+ env: {
+ browser: true
+ },
+ globals: {
+ 'cordova': true,
+ 'DEV': true,
+ 'PROD': true,
+ '__THEME': true
+ },
+ // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
+ extends: 'standard',
+ // required to lint *.vue files
+ plugins: [
+ 'html'
+ ],
+ // add your custom rules here
+ 'rules': {
+ // allow paren-less arrow functions
+ 'arrow-parens': 0,
+ 'one-var': 0,
+ 'no-tabs': 0,
+ 'indent': 0,
+ 'import/first': 0,
+ // allow debugger during development
+ 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
+ 'brace-style': [2, 'stroustrup', { 'allowSingleLine': true }]
+ }
}
diff --git a/client/src/components/Error404.vue b/client/src/components/Error404.vue
deleted file mode 100644
index 4af12d7..0000000
--- a/client/src/components/Error404.vue
+++ /dev/null
@@ -1,58 +0,0 @@
-
- Oops. Nothing here...
-
-
- Tilt your device.
-
- Move your mouse.
- Touch screen and move.
-
-
-