Skip to content

Commit 04c50e7

Browse files
committed
fix: fix tsconfig.json linting
1 parent 2051731 commit 04c50e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/twenty-front/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"noUnusedLocals": false,
2929
"noUnusedParameters": false,
3030
"noFallthroughCasesInSwitch": true,
31-
"forceConsistentCasingInFileNames": true,
31+
"forceConsistentCasingInFileNames": true
3232
},
3333
"files": [],
3434
"include": [],
@@ -39,5 +39,5 @@
3939
{
4040
"path": "./tsconfig.spec.json"
4141
}
42-
],
42+
]
4343
}

0 commit comments

Comments
 (0)