diff --git a/eslint.config.mjs b/eslint.config.mjs index 5e98ede..c52ce79 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,16 +1,13 @@ import js from '@eslint/js'; import globals from 'globals'; import { defineConfig } from 'eslint/config'; -import config from 'eslint-config-prettier'; -import plugin from 'eslint-plugin-prettier/recommended'; export default defineConfig([ { files: ['**/*.{js,mjs,cjs}'], - plugins: [config], - extends: [plugin], + plugins: { js }, + extends: ['js/recommended'], }, - { files: ['**/*.js'], languageOptions: { sourceType: 'commonjs' } }, { files: ['**/*.{js,mjs,cjs}'], languageOptions: { globals: globals.browser }, diff --git a/index.html b/index.html index a398566..7f1484e 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,16 @@ -
-