mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Turn prettier off instead of throwing error for now
Until web interface code is reformatted with prettier
This commit is contained in:
parent
466ef3f8f1
commit
4759c4ac96
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
||||||
],
|
],
|
||||||
"plugins": ["prettier"],
|
"plugins": ["prettier"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"prettier/prettier": "error"
|
"prettier/prettier": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue