Skip to content

Commit

Permalink
Exclude arrow from js style check
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Sep 10, 2016
1 parent 2239620 commit 45a682c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/.jscsrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"preset": "crockford",
"maxErrors": 100,
"excludeFiles": ["arrowstyle.js"]
"excludeFiles": ["arrow.js"]
}

0 comments on commit 45a682c

Please sign in to comment.