mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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
|
# IDEs
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
|
||||||
.sublime-project
|
.sublime-project
|
||||||
|
|
||||||
*.bak
|
*.bak
|
||||||
|
@ -8,7 +8,6 @@ jest-coverage/
|
|||||||
storybook-build/
|
storybook-build/
|
||||||
app/vendor/**
|
app/vendor/**
|
||||||
.nyc_output/**
|
.nyc_output/**
|
||||||
.vscode/**
|
|
||||||
test/e2e/send-eth-with-private-key-test/**
|
test/e2e/send-eth-with-private-key-test/**
|
||||||
*.scss
|
*.scss
|
||||||
development/chromereload.js
|
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…
x
Reference in New Issue
Block a user