1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Fixed husky config

This commit is contained in:
Laurent Cozic 2022-11-13 11:07:51 +00:00
parent b823c729e7
commit cc5ead7474

View File

@ -14,6 +14,6 @@ module.exports = {
'yarn run linter-precommit',
'yarn run checkLibPaths',
// 'yarn run spellcheck',
'git add',
// 'git add',
],
};