Skip to content

Commit 28b752b

Browse files
committed
fix eslint config
1 parent 8a4ff9e commit 28b752b

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
@@ -14,6 +14,6 @@ module.exports = {
1414
'no-confusing-arrow': 0,
1515
'jsx-a11y/no-autofocus': 0,
1616
'jsx-a11y/heading-has-content': 0,
17-
'import/no-extraneous-dependencies': 0,
17+
'import/no-extraneous-dependencies': ['error', { packageDir: './' }],
1818
},
1919
};

0 commit comments

Comments
 (0)