Skip to content

Commit 6911026

Browse files
Update .eslintrc.js
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 998e11b commit 6911026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ module.exports = {
202202
{
203203
name: 'child_process',
204204
message:
205-
'Avoid child_process, use ChildProcess wrapper from `packages/core/src/shared/utilities/processUtils.ts` instead.',
205+
'Avoid child_process, use ChildProcess from `shared/utilities/processUtils.ts` instead.',
206206
},
207207
],
208208
},

0 commit comments

Comments
 (0)