{
"debug": false,
"linters": {
"markdownlint": {
"env": {
"PATH": "/opt/homebrew/bin",
},
"executable": "/opt/homebrew/bin/markdownlint",
},
"yamllint": {
"executable": "/opt/homebrew/bin/yamllint",
},
"flake8": {
"executable": "/Users/alex/.local/bin/flake8",
},
"jshint": {
"env": {
"PATH": "/opt/homebrew/bin",
},
"executable": "/opt/homebrew/bin/jshint",
},
"shellcheck": {
"executable": "/opt/homebrew/bin/shellcheck",
},
},
"paths": {
"osx": [
"/Users/alex/.local/bin",
"/opt/homebrew/bin",
],
},
}