Skip to content

Commit

Permalink
Various improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Chan committed May 14, 2022
1 parent 7350a75 commit c0a78d1
Show file tree
Hide file tree
Showing 7 changed files with 4,731 additions and 2,001 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
env: {
commonjs: true,
es2021: true,
node: true
},
extends: [
'standard'
],
parserOptions: {
ecmaVersion: 'latest'
},
rules: {
}
}
Loading

0 comments on commit c0a78d1

Please sign in to comment.