Skip to content

Commit 4a7fc15

Browse files
committed
Add JSCS config file
1 parent 1266fe0 commit 4a7fc15

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.jscs.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"preset": "google",
3+
"disallowMultipleLineBreaks": false,
4+
"excludeFiles": [
5+
"coverage",
6+
"node_modules"
7+
]
8+
}

0 commit comments

Comments
 (0)