mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
Add .vscode settings to the repo (#16648)
Adding some .vscode settings to help with automatic relative imports, and a suggested default formatter extension of "Prettier ESLint"
This commit is contained in:
parent
b106bbf1d9
commit
236b08e9fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,7 +12,6 @@ package
|
||||
|
||||
# IDEs
|
||||
.idea
|
||||
.vscode
|
||||
.sublime-project
|
||||
|
||||
*.bak
|
||||
|
@ -8,7 +8,6 @@ jest-coverage/
|
||||
storybook-build/
|
||||
app/vendor/**
|
||||
.nyc_output/**
|
||||
.vscode/**
|
||||
test/e2e/send-eth-with-private-key-test/**
|
||||
*.scss
|
||||
development/chromereload.js
|
||||
|
3
.vscode/extensions.json
vendored
Normal file
3
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"recommendations": ["rvest.vs-code-prettier-eslint"]
|
||||
}
|
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
|
||||
"editor.tabSize": 2,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"javascript.preferences.importModuleSpecifier": "relative"
|
||||
}
|
Loading…
Reference in New Issue
Block a user