Skip to content

Commit 9258dc1

Browse files
committed
Fix too long line
- Separate comment.
1 parent 65c52da commit 9258dc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/overcommit/hook/pre_commit/es_lint.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ module Overcommit::Hook::PreCommit
1010
# EsLint:
1111
# required_executable: 'npm'
1212
# enabled: true
13-
# command: ['npm', 'run', 'lint', '--', '-f', 'compact'] # this hook supports only eslint compact format
13+
# command: ['npm', 'run', 'lint', '--', '-f', 'compact']
14+
#
15+
# Note: This hook supports only compact format.
1416
#
1517
# @see http://eslint.org/
1618
class EsLint < Base

0 commit comments

Comments
 (0)