diff --git a/.prettierrc.yaml b/.prettierrc.yaml new file mode 100644 index 000000000..b0dc13f2c --- /dev/null +++ b/.prettierrc.yaml @@ -0,0 +1,3 @@ +tabWidth: 4 +semi: false +singleQuote: true \ No newline at end of file diff --git a/eslint.config.mjs b/eslint.config.mjs new file mode 100644 index 000000000..a5dc7820b --- /dev/null +++ b/eslint.config.mjs @@ -0,0 +1,12 @@ +import globals from 'globals' +import pluginJs from '@eslint/js' +import config from 'eslint-config-prettier' +import plugin from 'eslint-plugin-prettier/recommended' + +/** @type {import('eslint').Linter.Config[]} */ +export default [ + { languageOptions: { globals: globals.browser } }, + pluginJs.configs.recommended, + config, + plugin, +] diff --git a/index.html b/index.html index 6f14ae14a..3ac7864d4 100644 --- a/index.html +++ b/index.html @@ -1,71 +1,67 @@ - + -
-
+-
+
+ Глеб Фокин
+ 12.02.22 12:18
+
+
+
+ Это будет первый комментарий на этой странице
+
+
+
+
+ 3
+
+
+
+
+ -
+
+ Варвара Н.
+ 13.02.22 19:22
+
+
+
+ Мне нравится как оформлена эта страница! ❤
+
+
+
+
+ 75
+
+
+
+
+
+