Skip to content

Commit f4d7dbb

Browse files
committed
CRM-3772: Website Tracking Code is Backward incompatible
1 parent 7414b3d commit f4d7dbb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.jscsrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"excludeFiles": [
44
"node_modules/**",
55
"vendor/**",
6-
"**/public/lib/**"
6+
"**/public/lib/**",
7+
"**/*.min.js"
78
],
89
"validateIndentation": 4,
910
"maximumLineLength": 120,

.jshintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/**
22
vendor/**
33
**/public/lib/**
4+
**/*.min.js

0 commit comments

Comments
 (0)