Fix template linting errors

This commit is contained in:
2026-01-24 16:42:53 +07:00
parent 90730a935d
commit 9082fb9762
5 changed files with 15 additions and 9 deletions

View File

@@ -1,3 +1,6 @@
export default {
extends: 'recommended',
rules: {
'link-rel-noopener': 'off',
},
};