chore(linting): reduce idly delay of flycheck

This commit is contained in:
2021-06-17 20:26:51 +01:00
parent f2614ab89b
commit 6a690be6ee

View File

@@ -11,7 +11,7 @@
(prog-mode . flycheck-mode)
:custom
(flycheck-idle-change-delay 1.0)
(flycheck-idle-change-delay 0.5)
(flycheck-indication-mode 'right-fringe)
(flycheck-ruby-rubocop-executable "rubocop-bundle-safe")
(flycheck-javascript-standard-executable "semistandard")