diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-08-03 20:06:21 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-08-03 20:06:21 +0200 |
| commit | 57bb9aecd0483266872210de600ff78217205767 (patch) | |
| tree | 3fc7eaa6c266dc375de470cbe8d5b23c9589fa72 /.eslintrc.js | |
| parent | d76432715a7d13bac7f3647f1809c0a5c5a810e3 (diff) | |
add midi commands for jx8p but it isnt recognizing them
Diffstat (limited to '.eslintrc.js')
| -rw-r--r-- | .eslintrc.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 0e9df3f..22cb696 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -91,7 +91,7 @@ module.exports = { ], "max-depth": "error", "max-len": "off", - "max-lines": "error", + "max-lines": "off", "max-nested-callbacks": "error", "max-params": "off", "max-statements": "off", @@ -110,6 +110,7 @@ module.exports = { "no-caller": "error", "no-catch-shadow": "error", "no-confusing-arrow": "error", + "no-console": "off", "no-continue": "error", "no-div-regex": "error", "no-duplicate-imports": "error", |
