/home/alex/.config/sublime-text/Packages/User/SublimeLinter.sublime-settings (1)
{
"linters": {
"markdownlint": {
"env": {
"PATH": "/opt/homebrew/bin"
},
"executable": "/opt/homebrew/bin/markdownlint",
},
"yamllint": {
"executable": "/opt/homebrew/bin/yamllint",
},
"flake8": {
"executable": "/opt/homebrew/bin/flake8",
},
"jshint": {
"env": {
"PATH": "/opt/homebrew/bin"
},
"executable": "/opt/homebrew/bin/jshint",
},
"shellcheck": {
"executable": "/opt/homebrew/bin/shellcheck",
},
},
}