1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

improve PR diff

This commit is contained in:
Kim, Jimin 2023-07-27 11:34:39 +09:00
parent 2a08985d6b
commit eb067270e3
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
5 changed files with 19 additions and 7 deletions

View file

@ -22,6 +22,7 @@ module.exports = {
"semi": ["warn", "always"],
"quotes": "off",
"no-mixed-spaces-and-tabs": "warn",
"no-unsafe-optional-chaining": "warn",
"no-useless-escape": "warn",
"no-empty": "off",
"no-fallthrough": "off",