I would like to ignore a package for a particular project. I’ve read both settings and projects section from the docs.
The problem is, only settings in the category Editor Settings may be controlled by a project. The ignored_packages key falls to Application Behavior Settings category. So technically it is not possible to ignore package on a project level.
sublime-project file:
{
"folders":
[
{
"path": ".",
}
],
"settings": {
"ignored_packages":
[
"Vintage",
"TypeScript",
"SublimeLinter-tslint"
]
}
}
