Skip to content

Commit

Permalink
fix: use async await
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Feb 15, 2020
1 parent 1af4dcd commit dd7ffcd
Show file tree
Hide file tree
Showing 20 changed files with 1,722 additions and 2,330 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
rules: {
"no-warning-comments": "warn",
"comma-dangle": ["error", "always-multiline"],
indent: ["error", "tab"],
indent: ["error", "tab", { "SwitchCase": 1 }],
"no-tabs": ["error", { allowIndentationTabs: true }],
},
}
2 changes: 1 addition & 1 deletion dist/lib/atom-xterm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/atom-xterm.js.map

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"style-loader": "^1.1.3",
"stylelint": "^13.2.0",
"stylelint-config-standard": "^20.0.0",
"tmp": "0.1.0",
"temp": "^0.9.1",
"uuid": "^3.4.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
Expand Down
Loading

0 comments on commit dd7ffcd

Please sign in to comment.