Skip to content

Commit f7242c9

Browse files
🤖 config(xo): Add doc env override.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/src/transforms/xo:config-add-doc-env-override.js Please contact the author of the transform if you believe there was an error.
1 parent 84ee498 commit f7242c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@
212212
"ignores": [
213213
"lib",
214214
"doc"
215+
],
216+
"overrides": [
217+
{
218+
"files": [
219+
"doc/**"
220+
],
221+
"env": "browser"
222+
}
215223
]
216224
}
217225
}

0 commit comments

Comments
 (0)