Skip to content

Commit

Permalink
remove outdated ToDos
Browse files Browse the repository at this point in the history
closes #13
minify build output to remove todo comments
  • Loading branch information
adrianjost-bot committed May 11, 2020
1 parent 87de4e8 commit 413c6b3
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4,862 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ module.exports = {
"sort-keys-fix/sort-keys-fix": ["error"],
},
parserOptions: {
ecmaVersion: 2017,
ecmaVersion: 2018,
},
env: {
es6: true,
es7: true,
es8: true,
es9: true,
},
};
Loading

0 comments on commit 413c6b3

Please sign in to comment.