Skip to content

Commit ad585fd

Browse files
committed
fix lint
1 parent 5c8d4b0 commit ad585fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ module.exports = {
1111
'@typescript-eslint/no-explicit-any': 0,
1212
'jsx-a11y/label-has-associated-control': 0,
1313
'jsx-a11y/label-has-for': 0,
14+
'import/no-extraneous-dependencies': 0,
1415
},
1516
};

0 commit comments

Comments
 (0)