Skip to content

Commit f7cfa6c

Browse files
committed
chore: Testing formatting
1 parent 5d2c661 commit f7cfa6c

File tree

4 files changed

+168
-26
lines changed

4 files changed

+168
-26
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ pre-commit:
22
parallel: true
33
commands:
44
format:
5-
glob: '*.{css,html,json,less,md,scss,yml}'
5+
glob: '{**/*,**/.*}.{css,html,json,less,md,scss,yml}'
66
run: npx -c "cross-env NODE_OPTIONS=--max_old_space_size=4096 prettier --write --log-level error {staged_files}"
77
stage_fixed: true
88
lint:
9-
glob: '*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}'
9+
glob: '{**/*,**/.*}.{js,jsx,ts,tsx,cjs,mjs,cts,mts}'
1010
run: npx eslint {staged_files} --fix
1111
stage_fixed: true

package-lock.json

Lines changed: 164 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@arethetypeswrong/cli": "^0.17.4",
1111
"@eslint/eslintrc": "^3.3.1",
1212
"@eslint/js": "^9.22.0",
13-
"@evilmartians/lefthook": "^1.11.4",
13+
"lefthook": "^1.11.4",
1414
"@tstv/eslint-config": "^3.2.4",
1515
"@tstv/tsconfig-common": "^3.7.0",
1616
"@types/node": "^22.13.13",

0 commit comments

Comments
 (0)