-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Hey guys,
When setting up a betterer config for a Node 20 with Typescript and Eslint project, I run into the following issue
BettererError: could not import config from "/project/betterer/betterer.ts". 😔
Here is the betterer setup
import { eslint } from '@betterer/eslint';
export default {
'no deprecated API usage': eslint({
rules: {
'deprecation/deprecation': 'error'
}
}).include('./src/**/*.ts')
};
It seems that betterer is trying to import, but fails at the import line
Betterer 6, Node 20
Metadata
Metadata
Assignees
Labels
No labels