iris-messenger/.prettierrc
Fernando López Guevara aaa421c92b
added prettier, eslint, spanish translations (#161)
* fix: handle missing user on metion properly

* prettier eslint

* use dep from npm registry

* fix: send from to sub callback
2022-11-11 08:00:32 +02:00

10 lines
153 B
Plaintext

{
"useTabs": false,
"singleQuote": true,
"printWidth": 100,
"semi": true,
"trailingComma": "all",
"arrowParens": "always",
"tabWidth": 2
}