Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

jscs exlucdeFiles not Work! #2271

Closed
Kuznetsov2100 opened this issue Jun 13, 2016 · 1 comment
Closed

jscs exlucdeFiles not Work! #2271

Kuznetsov2100 opened this issue Jun 13, 2016 · 1 comment
Labels

Comments

@Kuznetsov2100
Copy link

Kuznetsov2100 commented Jun 13, 2016

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/****"]
}

@Kuznetsov2100
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants