🔧 refactor(file): Исправлена обработка HTML тегов на странице.

This commit is contained in:
Oscar
2026-05-27 17:15:35 +03:00
parent 23899a377a
commit 6920e6d2bb
5 changed files with 139 additions and 101 deletions

View File

@@ -3,5 +3,6 @@ import antfu from '@antfu/eslint-config'
export default antfu({
rules: {
'no-console': 0,
'unicorn/prefer-dom-node-text-content': 0,
},
})