Turn prettier off instead of throwing error for now

Until web interface code is reformatted with prettier
This commit is contained in:
Debanjum Singh Solanky 2024-07-15 23:12:24 +05:30
parent 466ef3f8f1
commit 4759c4ac96

View file

@ -6,6 +6,6 @@
], ],
"plugins": ["prettier"], "plugins": ["prettier"],
"rules": { "rules": {
"prettier/prettier": "error" "prettier/prettier": "off"
} }
} }