Skip to content

Commit b302264

Browse files
committedJul 29, 2018
Fixed extra comma
1 parent 9b3264e commit b302264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ PreCommit:
695695
StyleLint:
696696
enabled: true
697697
description: 'Check styles with Stylelint'
698-
require_executable: 'stylelint',
698+
require_executable: 'stylelint'
699699
flags: ['-f compact']
700700
install_command: 'npm install -g stylelint'
701701
include:

0 commit comments

Comments
 (0)