Skip to content

Commit b8f77e4

Browse files
committed
added jscs
1 parent 3510e54 commit b8f77e4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.jscsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"esnext": true,
3+
"preset": "node-style-guide",
4+
"maximumLineLength": null,
5+
"requireCapitalizedComments": null,
6+
"requireEarlyReturn": null,
7+
"disallowSemicolons": true,
8+
"requireCurlyBraces": null
9+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"eslint-plugin-react": "^2.1.1",
5757
"jasmine-object-matchers-jest": "^0.1.0",
5858
"jest-cli": "^0.4.1",
59+
"jscs": "^2.7.0",
5960
"react": "^0.13.1",
6061
"source-map-support": "^0.2.10",
6162
"watchy": "^0.6.4",

0 commit comments

Comments
 (0)