Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Commit

Permalink
Add ESLint, Bump node-fetch to 2.6.1 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedsakr authored Jan 13, 2021
1 parent 19e664c commit 46de093
Show file tree
Hide file tree
Showing 22 changed files with 1,454 additions and 422 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"airbnb-base"
],
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"rules": {
}
}
2 changes: 1 addition & 1 deletion dist/wstrade.js

Large diffs are not rendered by default.

Loading

0 comments on commit 46de093

Please sign in to comment.