mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-23 08:27:30 +03:00
16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact"
|
|
],
|
|
"java.configuration.updateBuildConfiguration": "interactive",
|
|
"files.exclude": {
|
|
"**/.classpath": true,
|
|
"**/.project": true,
|
|
"**/.settings": true,
|
|
"**/.factorypath": true
|
|
},
|
|
"workbench.colorCustomizations": {
|
|
"editorUnnecessaryCode.border": "#dd7aab"
|
|
}
|
|
} |