Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Commit b2d9ff9

Browse files
committed
Improve doc examples
Ref #72 Ref #88
1 parent e6e8738 commit b2d9ff9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jscs: {
4545
src: "path/to/files/*.js",
4646
options: {
4747
config: ".jscsrc",
48+
esnext: true, // If you use ES6 http://jscs.info/overview.html#verbose
49+
verbose: true, // If you need output with rule names http://jscs.info/overview.html#esnext
4850
requireCurlyBraces: [ "if" ]
4951
}
5052
}

0 commit comments

Comments
 (0)