Skip to content

Commit 92db4cc

Browse files
committed
Add a comment!
1 parent bc42cf6 commit 92db4cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ module.exports = {
120120
"import/no-extraneous-dependencies": [
121121
"error",
122122
{
123+
// Check dependencies from both local package.json
124+
// and from root package.json.
123125
"packageDir": [
124126
path.join(__dirname, '../'),
125127
'./'

0 commit comments

Comments
 (0)