mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
feat: add vue/no-v-html rule to ESLint configuration for improved security
This commit is contained in:
parent
93949be768
commit
6ddced7393
2 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ export default [
|
|||
files: ["**/*.{js,mjs,cjs,vue}"],
|
||||
rules: {
|
||||
"vue/multi-word-component-names": "off",
|
||||
"vue/no-v-html": "error",
|
||||
"no-unused-vars": "warn",
|
||||
"no-console": "off",
|
||||
"security/detect-object-injection": "off",
|
||||
|
|
|
|||
BIN
meshchatx.rsm
BIN
meshchatx.rsm
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue