diff --git a/.eslintrc.js b/.eslintrc.js index 308e0a710b..ca05947345 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,26 +1,17 @@ module.exports = { - "env": { - "browser": true, - "es6": true, - "mocha": true - }, - "plugins": ["mocha"], - "extends": "eslint:recommended", - "parserOptions": { - "sourceType": "module" - }, - "rules": { - "indent": [ - "error", - 2 - ], - "quotes": [ - "error", - "single" - ], - "semi": [ - "error", - "always" - ] - } + env: { + browser: true, + es6: true, + mocha: true + }, + plugins: ["mocha"], + extends: "eslint:recommended", + parserOptions: { + sourceType: "module" + }, + rules: { + indent: ["error", 2], + quotes: ["error", "single"], + semi: ["error", "always"] + } }; diff --git a/dist/404.html b/dist/404.html index 778d7eadbd..ce820dab0f 100644 --- a/dist/404.html +++ b/dist/404.html @@ -1,60 +1,62 @@ + - - Page Not Found - - + + Page Not Found + + + -

Page Not Found

-

Sorry, but the page you were trying to view does not exist.

+

Page Not Found

+

Sorry, but the page you were trying to view does not exist.

+ diff --git a/src/404.html b/src/404.html index 778d7eadbd..ce820dab0f 100644 --- a/src/404.html +++ b/src/404.html @@ -1,60 +1,62 @@ + - - Page Not Found - - + + Page Not Found + + + -

Page Not Found

-

Sorry, but the page you were trying to view does not exist.

+

Page Not Found

+

Sorry, but the page you were trying to view does not exist.

+