diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-09-05 20:33:48 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-09-05 20:33:48 +1200 |
commit | d1bcd3f88bf5deefd471b6cec9aa2bfb402135b9 (patch) | |
tree | 880966f550cc44bb6005e17ebce70da379c7f4c1 /.eslintrc.json | |
parent | 6a9bbe6624bf65fafe11378caf485ba5612f407c (diff) | |
download | trackermap-web-d1bcd3f88bf5deefd471b6cec9aa2bfb402135b9.tar.gz trackermap-web-d1bcd3f88bf5deefd471b6cec9aa2bfb402135b9.tar.bz2 trackermap-web-d1bcd3f88bf5deefd471b6cec9aa2bfb402135b9.zip |
Disable new lint warnings
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 7eae8b08..943c1e35 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -55,6 +55,7 @@ "no-prototype-builtins": "off",
"no-multi-assign": "off",
"no-bitwise": "off",
- "prefer-rest-params": "off"
+ "prefer-rest-params": "off",
+ "function-paren-newline": "off"
}
}
\ No newline at end of file |