Skip to content

Commit 1c52917

Browse files
committed
chore: Testing formatting
1 parent f7cfa6c commit 1c52917

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.dependency-cruiser.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = {
4646
},
4747
},
4848
{
49-
name: 'not-to-deprecated',
49+
name: 'not-to-deprecated',
5050
comment:
5151
'This module uses a (version of an) npm module that has been deprecated. Either upgrade to a later ' +
5252
'version of that module, or find an alternative. Deprecated modules are a security risk.',

lefthook.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ pre-commit:
22
parallel: true
33
commands:
44
format:
5-
glob: '{**/*,**/.*}.{css,html,json,less,md,scss,yml}'
65
run: npx -c "cross-env NODE_OPTIONS=--max_old_space_size=4096 prettier --write --log-level error {staged_files}"
76
stage_fixed: true
87
lint:
9-
glob: '{**/*,**/.*}.{js,jsx,ts,tsx,cjs,mjs,cts,mts}'
108
run: npx eslint {staged_files} --fix
119
stage_fixed: true

0 commit comments

Comments
 (0)