1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Tools: Check for files that should have been ignored on pre-commit

This commit is contained in:
Laurent Cozic
2023-07-16 11:52:42 +01:00
parent cc4e69bf92
commit 1d709a3b5c
5 changed files with 54 additions and 0 deletions

View File

@@ -13,5 +13,6 @@ module.exports = {
'*.{js,jsx,ts,tsx}': [
'yarn run linter-precommit',
'yarn run checkLibPaths',
'node packages/tools/checkIgnoredFiles.js',
],
};