Skip to content

Commit

Permalink
feat: add eslint config change
Browse files Browse the repository at this point in the history
  • Loading branch information
MriLiuJY committed Jul 20, 2019
1 parent bf36c7b commit a6ab680
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
"indent": [2],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"error",
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Config(conf) {
Config.prototype = {
https: true,
post: true,
url: "/v1/monitor",
url: "/monitor",
_extend: (self, conf) => {
Object.keys(conf).map((x) => {
self[x] = conf[x];
Expand Down

0 comments on commit a6ab680

Please sign in to comment.