Skip to content

Commit 8d669ba

Browse files
committed
remove config directory && fix eslint cfg
1 parent d544817 commit 8d669ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/replay/.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ module.exports = {
1616
'types/**',
1717
// TODO: Remove these after migration
1818
'scripts/**',
19-
'config/**',
20-
'config/**',
2119
'__mocks__/**',
20+
'rollup.config*.ts',
2221
],
2322
overrides: [
2423
{

0 commit comments

Comments
 (0)