diff --git a/.eslintrc.js b/.eslintrc.js index d097c07e..e08d79be 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,18 +3,18 @@ module.exports = { env: { node: true, - es6: true + es6: true, }, extends: ["prettier"], parserOptions: { - ecmaVersion: 9 + ecmaVersion: 9, }, globals: { fetch: false, - WebAssembly: false + WebAssembly: false, }, rules: { @@ -142,9 +142,9 @@ module.exports = { ArrayExpression: true, AssignmentExpression: true, ObjectExpression: true, - VariableDeclarator: true - } - } + VariableDeclarator: true, + }, + }, ], // No reassigning native JS objects @@ -215,8 +215,8 @@ module.exports = { "error", { args: "none", - vars: "local" - } + vars: "local", + }, ], // No using variables before defined @@ -256,6 +256,6 @@ module.exports = { // Only check typeof against valid results "valid-typeof": "error", - "max-len": ["error", { code: 120, ignoreUrls: true }] - } + "max-len": ["error", { code: 120, ignoreUrls: true }], + }, }; diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index 5bb9c3ae..ca234fc3 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -8,8 +8,8 @@ on: name: WASM tests defaults: - run: - working-directory: ./wasm-mappings + run: + working-directory: ./wasm-mappings jobs: build_and_test: diff --git a/.waiting.html b/.waiting.html index a964629d..8a4f44b5 100644 --- a/.waiting.html +++ b/.waiting.html @@ -1,21 +1,23 @@ - + -
-npm run dev
. Please be patient.npm run dev
. Please be patient.
+