Skip to content

Commit

Permalink
0.21.4 updates:
Browse files Browse the repository at this point in the history
* add ts linting / allow json comments
  • Loading branch information
jcramer committed Oct 28, 2019
1 parent 4fbfb78 commit ac8809b
Show file tree
Hide file tree
Showing 7 changed files with 1,046 additions and 1,108 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"*.json": "jsonc"
}
}
1,159 changes: 646 additions & 513 deletions lib/slp.ts

Large diffs are not rendered by default.

Loading

0 comments on commit ac8809b

Please sign in to comment.