Skip to content

Commit

Permalink
Babel and browserify removed. eslint moved to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed May 5, 2019
1 parent 3f1e2fc commit c537441
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 3,136 deletions.
6 changes: 5 additions & 1 deletion .eslintrc
@@ -1,6 +1,10 @@
{

"parser" : "babel-eslint",
"parser" : "@typescript-eslint/parser",
"parserOptions": {
"sourceType" : "module",
},

"plugins" : [ ],
"env" : { "es6": true, "commonjs": true },

Expand Down

0 comments on commit c537441

Please sign in to comment.