Skip to content

Commit 3ae64d7

Browse files
committed
fix(jscs): exclude generated 'app.constant.js'
1 parent a0920af commit 3ae64d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/templates/.jscsrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"excludeFiles": [
3+
"client/app/app.constant.js"
4+
],
25
"esnext": true,
36
"maximumLineLength": {
47
"value": 100,

0 commit comments

Comments
 (0)