Skip to content

Commit

Permalink
Merge pull request #1542 from UziTech/update-eslint
Browse files Browse the repository at this point in the history
Update eslint
  • Loading branch information
joshbruce committed Sep 8, 2019
2 parents b2f80b8 + bb4b579 commit bbc4576
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 184 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Expand Up @@ -19,7 +19,8 @@
"no-cond-assign": "off",
"no-useless-escape": "off",
"one-var": "off",
"no-control-regex": "off"
"no-control-regex": "off",
"no-prototype-builtins": "off"
},
"env": {
"node": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/demo.js
Expand Up @@ -122,7 +122,7 @@ function setInitialVersion() {
return res.json();
})
.then(function(json) {
markedVersions['master'] = 'https://cdn.jsdelivr.net/gh/markedjs/marked@' + json[0].sha + '/lib/marked.js';
markedVersions.master = 'https://cdn.jsdelivr.net/gh/markedjs/marked@' + json[0].sha + '/lib/marked.js';
})
.catch(function() {
// do nothing
Expand Down

1 comment on commit bbc4576

@vercel
Copy link

@vercel vercel bot commented on bbc4576 Sep 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.