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:
parent
a90285a4ac
commit
93e7b05ddf
4 changed files with 102 additions and 65 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -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]": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue