Skip to content

Commit 0742565

Browse files
authored
fix(func/inspections): disable unused import inspection for now (#75)
#56
1 parent ac158b4 commit 0742565

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,9 @@
454454
"unused-import"
455455
]
456456
},
457-
"default": [],
457+
"default": [
458+
"unused-import"
459+
],
458460
"description": "List of disabled code inspections for FunC. All inspections are enabled by default."
459461
}
460462
}

0 commit comments

Comments
 (0)