Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 6aa91f5

Browse files
authored
Merge pull request #98 from kuzzleio/3.2.13-proposal
# [3.2.13](https://github.com/kuzzleio/kuzzle-plugin-cluster/releases/tag/3.2.13) (2019-11-18) #### Bug fixes - [ [#96](#96) ] Fix error handling on subscription errors ([benoitvidis](https://github.com/benoitvidis)) #### Securities - [ [#97](#97) ] Prevent JS Injections ([scottinet](https://github.com/scottinet)) ---
2 parents d1ef558 + 7d039b8 commit 6aa91f5

20 files changed

+1901
-1523
lines changed

.eslintrc renamed to .eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"new-cap": 1,
1111
"no-caller": 2,
1212
"no-catch-shadow": 2,
13+
"no-console": 2,
1314
"no-else-return": 2,
1415
"no-extend-native": 2,
1516
"no-extra-bind": 2,

0 commit comments

Comments
 (0)