diff --git a/js/.eslintrc.js b/js/.eslintrc.js index 08bd69d4c..0a836b8c7 100644 --- a/js/.eslintrc.js +++ b/js/.eslintrc.js @@ -50,10 +50,12 @@ module.exports = { ignorePatterns: ["src/typings/*.d.ts", "vue.config.js"], - overrides: [{ - files: ["**/__tests__/*.{j,t}s?(x)", "**/tests/unit/**/*.spec.{j,t}s?(x)"], - env: { - mocha: true, + overrides: [ + { + files: ["**/__tests__/*.{j,t}s?(x)", "**/tests/unit/**/*.spec.{j,t}s?(x)"], + env: { + mocha: true, + }, }, - }], + ], }; diff --git a/js/cypress.json b/js/cypress.json index 88838d668..17b7cd741 100644 --- a/js/cypress.json +++ b/js/cypress.json @@ -4,4 +4,4 @@ "baseUrl": "http://localhost:4000", "viewportWidth": 1920, "viewportHeight": 1080 -} \ No newline at end of file +} diff --git a/js/public/index.html b/js/public/index.html index 19244db53..6535abfcd 100644 --- a/js/public/index.html +++ b/js/public/index.html @@ -1,22 +1,22 @@ +
+ + + + + + - - - - - - - - - - - - - - - \ No newline at end of file + + + + + +