Skip to content

Commit

Permalink
🤖 config(xo): Add doc env override.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/src/transforms/xo:config-add-doc-env-override.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Dec 21, 2021
1 parent b391f9f commit c22837f
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 @@ -214,6 +214,14 @@
"lib",
"doc",
"test/_old"
],
"overrides": [
{
"files": [
"doc/**"
],
"env": "browser"
}
]
}
}

0 comments on commit c22837f

Please sign in to comment.