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
> Check JavaScript code style with [jscs](https://github.com/jscs-dev/node-jscs)
3
+
> Check JavaScript code style with [jscs](http://jscs.info)
4
4
5
5

6
6
@@ -54,9 +54,9 @@ A `jscs` object will be attached to the file object which can be used for custom
54
54
55
55
Type: `object`
56
56
57
-
See the jscs [options](https://github.com/jscs-dev/node-jscs#options).
57
+
See the jscs [options](http://jscs.info/overview.html#options).
58
58
59
-
Alternatively you can set the `configPath`*(default: `'.jscsrc'`)* option to the path of a [.jscsrc](https://github.com/jscs-dev/node-jscs#configuration) file.
59
+
Alternatively you can set the `configPath`*(default: `'.jscsrc'`)* option to the path of a [.jscsrc](http://jscs.info/rules.html) file.
60
60
61
61
Set `esnext: true` if you want your code to be parsed as ES6 using the harmony
0 commit comments