mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:18:52 +00:00
27d4e364e0
* fix error handling behavior in emoji overview and FormWithData components * css: long domain cutoff * unused require * eslint vscode task
9 lines
No EOL
209 B
JSON
9 lines
No EOL
209 B
JSON
{
|
|
"go.lintTool":"golangci-lint",
|
|
"go.lintFlags": [
|
|
"--fast"
|
|
],
|
|
"eslint.workingDirectories": ["web/source"],
|
|
"eslint.lintTask.enable": true,
|
|
"eslint.lintTask.options": "${workspaceFolder}/web/source"
|
|
} |