diff --git a/eslint.config.js b/eslint.config.js index b14d058..c558cb0 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,6 +1,7 @@ -import prettier from 'eslint-config-prettier' +import eslintConfigPrettier from 'eslint-config-prettier' export default [ + eslintConfigPrettier, { files: ['**/*.js'], plugins: { diff --git a/index.html b/index.html index 9bb5872..f4684be 100644 --- a/index.html +++ b/index.html @@ -1,30 +1,28 @@ +
+ + + + +