We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998e11b commit 6911026Copy full SHA for 6911026
.eslintrc.js
@@ -202,7 +202,7 @@ module.exports = {
202
{
203
name: 'child_process',
204
message:
205
- 'Avoid child_process, use ChildProcess wrapper from `packages/core/src/shared/utilities/processUtils.ts` instead.',
+ 'Avoid child_process, use ChildProcess from `shared/utilities/processUtils.ts` instead.',
206
},
207
],
208
0 commit comments