Skip to content

Commit

Permalink
provide tsconfig.tsd.json path to xo
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Feb 23, 2024
1 parent cc77650 commit ca4f46e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@
"ignores": [
"source/test/fixtures"
],
"parserOptions": {
"project": "./tsconfig.tsd.json"
},
"rules": {
"no-bitwise": "off",
"unicorn/prevent-abbreviations": [
"error",
{
"replacements": {
"doc": false
}
"unicorn/prevent-abbreviations": ["error", {
"replacements": {
"doc": false
}
]
}]
}
}
}

0 comments on commit ca4f46e

Please sign in to comment.