Remove Object.assign() in auto-render which requires expensive polyfill, update LICENSE (#1591)

* Remove Object.assign() in auto-render which requires expensive polyfill

* Remove underscore.js from LICENSE

* Rename to LICENSE and update year

* Lint `contrib` codes
This commit is contained in:
ylemkimon
2018-08-13 01:29:22 +09:00
committed by GitHub
parent 51bf3fa6f5
commit 9a9842886e
3 changed files with 24 additions and 31 deletions

View File

@@ -71,7 +71,7 @@
"require-jsdoc": 0
},
"overrides": [{
"files": ["katex.js", "src/**/*.js"],
"files": ["katex.js", "src/**/*.js", "contrib/**/*.js"],
"excludedFiles": "unicodeMake.js",
"rules": {
"no-restricted-syntax": [2, "ForOfStatement", "ClassDeclaration[superClass]", "ClassExpression[superClass]"]