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

Commit 37a7757

Browse files
committed
Correct docs example
1 parent b2d9ff9 commit 37a7757

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +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
48+
esnext: true, // If you use ES6 http://jscs.info/overview.html#esnext
49+
verbose: true, // If you need output with rule names http://jscs.info/overview.html#verbose
5050
requireCurlyBraces: [ "if" ]
5151
}
5252
}

0 commit comments

Comments
 (0)