diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 19e3d026..431b9944 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,7 +42,6 @@ jobs: - name: Run Prettier check run: npx prettier --check . - lint: runs-on: ubuntu-latest diff --git a/client-data/js/board.js b/client-data/js/board.js index 85493f56..9e20bb2e 100644 --- a/client-data/js/board.js +++ b/client-data/js/board.js @@ -23,7 +23,7 @@ * * @licend */ -const Minitpl = require('./minitpl') +const Minitpl = require("./minitpl"); var Tools = {}; Tools.i18n = (function i18n() {