We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895d9d5 commit 2f25fe0Copy full SHA for 2f25fe0
.hintrc
@@ -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