Rob-Rychs/30-seconds-of-code-texteditorsnippets

javascript.json syntax error

lupu60 opened this issue · 1 comments

  • Missing comma after every object
    image

  • Duplicate object key:

    • snippet-URLJoin
    • snippet-sortedLastIndex
  • Invalid escape character in string:

    • snippet-yesNo
    • snippet-untildify
    • snippet-URLJoin
    • snippet-median
    • snippet-escapeRegExp
    • snippet-escapeHTML

@lupu60 Maybe, I fixed from PR: #4. Check again.
Thank you.