diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-08-14 21:31:46 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-08-14 21:31:46 +0200 |
| commit | 749662bf35f956e93dc6bb6ec1c53e6b1171b4b8 (patch) | |
| tree | 3b65253c5cb647985a2b3b09e65a9599aeea8388 /.eslintrc.js | |
| parent | 2d331b7dc95ec062fb09265957e19048b7fcdc30 (diff) | |
record midiiiiii
Diffstat (limited to '.eslintrc.js')
| -rw-r--r-- | .eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 20e79c3..f07bffb 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -63,7 +63,7 @@ module.exports = { "function-paren-newline": "error", "generator-star-spacing": "error", "getter-return": "error", - "global-require": "error", + "global-require": "off", "guard-for-in": "error", "handle-callback-err": "error", "id-blacklist": "error", |
