diff --git a/eslint.config.mjs b/eslint.config.mjs index 5975711..56cc753 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -5,14 +5,14 @@ import regexpPlugin from 'eslint-plugin-regexp'; // ESM Script supported JSDoc tags const esmScriptTags = [ 'attribute', - 'resource' - 'color' - 'curves' - 'range' - 'placeholder' - 'precision' - 'size' - 'step' + 'resource', + 'color', + 'curves', + 'range', + 'placeholder', + 'precision', + 'size', + 'step', 'title' ]