I'd like to override the disallowMultipleVarDecl
property in linter-jscs. I tried doing the following in .jscsrc
:
{
"preset": "airbnb",
"esnext": true,
"requireTrailingComma": null,
"disallowMultipleVarDecl": false
}
I've quit (not x-ed out) Atom and re-opened it multiple times, and I'm still getting an error:
How can I override this disallowMultipleVarDecl
property?