DEV: Update code for eslint object-shorthand-rule (#39)

See 4f7aba06c0
This commit is contained in:
Martin Brennan 2021-11-10 11:02:26 +10:00 committed by GitHub
parent d7d0180352
commit cacbd04bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function initMathJax(opts) {
let settings = {
jax: ["input/TeX", "input/AsciiMath", "input/MathML", "output/CommonHTML"],
TeX: { extensions: ["AMSmath.js", "AMSsymbols.js", "autoload-all.js"] },
extensions: extensions,
extensions,
showProcessingMessages: false,
root: getURLWithCDN("/plugins/discourse-math/mathjax"),
};