jscs-dev/node-jscs

jscs exlucdeFiles not Work!

Kuznetsov2100 opened this issue · 1 comments

I have a .jscsrc file on my project root path, I installed the newest JSCS globally, I am using the jscs-formater plugin of sublime text 3, but the JSCS just can't skip the exculdeFiles each time I press ctrl + s key to save file , any other rule works well. Here is my config detail.
{
"preset":"airbnb",
"fileExtensions": [".js", ".jsx"],
"fix": true,
"requireSemicolons": null,
"disallowMultipleSpaces": true,
"disallowSemicolons": true,
"disallowSpaceBeforeComma": {"allExcept": ["sparseArrays"]},
"excludeFiles": ["dist/****", "coverage/****"]
}

Just found that it is the jscs-formatter plugin's bug.