Skip to content

Commit 4a8223a

Browse files
authored
[DEST-236][DEST-682][DEST-777][CC-4860] Facebook Pixel v2.8.0 (#143)
* Fix tests * [DEST-682] Allow to set `content_type` from integration options * [DEST-777] Add `content_type` to Checkout Started * Refactor build payload for FB event * [DEST-236] Add custom properties to Standard Events * Version 2.8.0
1 parent f308fe9 commit 4a8223a

File tree

4 files changed

+1079
-349
lines changed

4 files changed

+1079
-349
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"no-restricted-syntax": "warn",
1414
"no-continue": "warn",
1515
"consistent-return": "warn",
16-
"no-shadow": "warn"
16+
"no-shadow": "warn",
17+
"no-plusplus": "off"
1718
},
1819
"overrides": [
1920
{

0 commit comments

Comments
 (0)