Skip to content

Commit

Permalink
nsqadmin: update .eslintrc for eslint-5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Aug 3, 2018
1 parent e909b59 commit d246d15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nsqadmin/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,11 @@
"radix": [1],
"semi": [1, "always"],
"semi-spacing": [1],
"space-after-function-name": [1, "never"],
"space-after-keywords": [1, "always"],
"keyword-spacing": [1, {"before": true, "after": true}],
"space-before-blocks": [1, "always"],
"space-before-function-paren": [1, "never"],
"space-in-parens": [1, "never"],
"space-infix-ops": [1],
"space-return-throw-case": [1],
"space-unary-ops": [1],
"strict": [0],
"wrap-iife": [1]
Expand Down

0 comments on commit d246d15

Please sign in to comment.