Skip to content

Commit 8336fc2

Browse files
committed
chore(oxlint): Add typeawareness into oxlintrc
1 parent 893539d commit 8336fc2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.oxlintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "./node_modules/oxlint/configuration_schema.json",
3+
"options": {
4+
"typeAware": true
5+
},
36
"plugins": ["typescript", "import", "jsdoc", "vitest"],
47
"jsPlugins": [
58
{

0 commit comments

Comments
 (0)