Skip to content

Commit 2f25fe0

Browse files
committed
feat: add .hintrc configuration for TypeScript linting hints
1 parent 895d9d5 commit 2f25fe0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.hintrc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": [
3+
"development"
4+
],
5+
"hints": {
6+
"typescript-config/is-valid": "off",
7+
"typescript-config/strict": "off",
8+
"typescript-config/consistent-casing": "off"
9+
}
10+
}

0 commit comments

Comments
 (0)