diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index e8219c0..9759d77 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -10,4 +10,4 @@ jobs: with: node-version: 18 - run: npm install eslint-plugin-html standard - - run: npx standard --plugin html '**/*.html' + - run: npx standard --plugin html . diff --git a/data_registry/static/markdown.js b/data_registry/static/markdown.js index 449f1b6..15596a0 100644 --- a/data_registry/static/markdown.js +++ b/data_registry/static/markdown.js @@ -1,5 +1,5 @@ document.addEventListener('DOMContentLoaded', event => { - const md = markdownit() + const md = markdownit() // eslint-disable-line no-undef document.querySelectorAll('.markdownable').forEach(markdownable => { const textarea = markdownable.querySelector('textarea')