Skip to content

Commit

Permalink
Maintenance: Adjust stylelint command in overcommit hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic committed Dec 1, 2023
1 parent 63e0778 commit fdf9001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .overcommit.yml
Expand Up @@ -33,6 +33,8 @@ PreCommit:
flags: ['.overcommit.sh']
Stylelint:
enabled: true
required_executable: 'yarn'
command: ['yarn', '--silent', 'lint:css']
EsLint:
required_executable: 'yarn'
enabled: true
Expand Down

0 comments on commit fdf9001

Please sign in to comment.