1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed input appearance

This commit is contained in:
Fedor Katurov 2019-11-14 15:08:30 +07:00
parent a90285a4ac
commit 93e7b05ddf
4 changed files with 102 additions and 65 deletions

View file

@ -1,8 +1,9 @@
{
"eslint.enable": true,
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"editor.rulers": [100],
"prettier.eslintIntegration": true,
"editor.rulers": [
100
],
"editor.formatOnSave": true,
"editor.formatOnSaveTimeout": 750,
"[javascript]": {