Skip to content

Commit ecf84dd

Browse files
committed
chore(internal): fix eslint rules
1 parent ce58162 commit ecf84dd

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
@@ -19,7 +19,7 @@ module.exports = {
1919
},
2020
overrides: [
2121
{
22-
files: ['tests/**', 'examples/**'],
22+
files: ['tests/**', 'examples/**', 'packages/**'],
2323
rules: {
2424
'no-restricted-imports': 'off',
2525
},

0 commit comments

Comments
 (0)