As of Drupal 8 all JS needs to follow our JavaScript coding standards. For this we use ESLint to check most of our standards.
Here is the summary of running ESLint on this module JS:
✖ 5 problems (5 errors, 0 warnings)
Please find the patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| xbbcode-js_codecleanup.patch | 1.13 KB | pashupathi nath gajawada |
Comments
Comment #3
cburschkaAll tests were failing due to some core changes. Should be fine now.
Comment #5
cburschkaThanks!