Commit 91ac5d26 authored by Maurelian's avatar Maurelian Committed by GitHub

chore: Commit formatting changes from vscode startup (#3102)

Co-authored-by: default avatarMark Tyneway <mark.tyneway@gmail.com>
parent 6f66c71f
{ {
"[typescript]": { "[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint", "editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true, "editor.formatOnSave": true
}, },
"eslint.workingDirectories": [ "eslint.workingDirectories": [
{"directory": "packages/core-utils", "changeProcessCWD": true }, {
{"directory": "packages/common-ts", "changeProcessCWD": true }, "directory": "packages/core-utils",
{"directory": "packages/contracts", "changeProcessCWD": true }, "changeProcessCWD": true
{"directory": "packages/contracts-periphery", "changeProcessCWD": true }, },
{"directory": "packages/data-transport-layer", "changeProcessCWD": true }, {
{"directory": "packages/drippie-mon", "changeProcessCWD": true }, "directory": "packages/common-ts",
{"directory": "packages/batch-submitter", "changeProcessCWD": true }, "changeProcessCWD": true
{"directory": "packages/message-relayer", "changeProcessCWD": true }, },
{"directory": "packages/fault-detector", "changeProcessCWD": true }, {
"directory": "packages/contracts",
"changeProcessCWD": true
},
{
"directory": "packages/contracts-periphery",
"changeProcessCWD": true
},
{
"directory": "packages/data-transport-layer",
"changeProcessCWD": true
},
{
"directory": "packages/drippie-mon",
"changeProcessCWD": true
},
{
"directory": "packages/batch-submitter",
"changeProcessCWD": true
},
{
"directory": "packages/message-relayer",
"changeProcessCWD": true
},
{
"directory": "packages/fault-detector",
"changeProcessCWD": true
}
], ],
"eslint.nodePath": "./node_modules/eslint/bin/", "eslint.nodePath": "./node_modules/eslint/bin/",
"eslint.format.enable": true, "eslint.format.enable": true,
"editorconfig.generateAuto": false, "editorconfig.generateAuto": false,
"files.trimTrailingWhitespace": true, "files.trimTrailingWhitespace": true
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment