diff --git a/eslint.config.js b/eslint.config.js index 26ee042..0072245 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -11,8 +11,8 @@ export default defineConfig([ languageOptions: { globals: { ...globals.browser, - ...globals.node - } + ...globals.node, + }, }, rules: { 'eqeqeq': 'error', @@ -44,8 +44,7 @@ export default defineConfig([ 'object-shorthand': 'error', 'prefer-template': 'error', - - } + }, }, pluginVue.configs['flat/essential'], ]); diff --git a/index.html b/index.html index 2e1490a..25d90de 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,19 @@ limitations under the License.