fix: properly exports ES6 components
This commit is contained in:
@@ -25,6 +25,9 @@ const loadConfig = (): Config => {
|
||||
retainLines: true,
|
||||
},
|
||||
},
|
||||
ignore: [
|
||||
/node_modules[\\/](?!payload[\\/]dist[\\/]admin|payload[\\/]components).*/,
|
||||
],
|
||||
});
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
|
||||
Reference in New Issue
Block a user