Skip to content

Commit

Permalink
Add override
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 25, 2023
1 parent a11d152 commit 380db61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@
"strict": true
},
"xo": {
"overrides": [
{
"files": "**/*.d.ts",
"rules": {
"@typescript-eslint/consistent-type-definitions": "off"
}
}
],
"prettier": true
}
}

0 comments on commit 380db61

Please sign in to comment.