You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2018. It is now read-only.
It would be nice if the extension supported the file format .jscsrc. It seems a lot of extensions like CSS Lint (.csslintrc) and JSHint (.jshintrc) all tend to go for that kind of file name format.
Obviously this would be easy to change and I could raise a pull request, but perhaps its better to get thoughts on this first? Should it support BOTH .jscsrc and .jscs.json? Most of the other extensions only support the one format .*rc.
It would be nice if the extension supported the file format
.jscsrc. It seems a lot of extensions like CSS Lint (.csslintrc) and JSHint (.jshintrc) all tend to go for that kind of file name format.Obviously this would be easy to change and I could raise a pull request, but perhaps its better to get thoughts on this first? Should it support BOTH
.jscsrcand.jscs.json? Most of the other extensions only support the one format.*rc.