From 835cd9d9589db944168cc6506f674ce4f6ff471e Mon Sep 17 00:00:00 2001 From: rrd108 Date: Sat, 12 Oct 2024 20:23:45 +0200 Subject: [PATCH] fix default path --- src/helpers/getConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/getConfig.ts b/src/helpers/getConfig.ts index 0b549898..96b0bb67 100644 --- a/src/helpers/getConfig.ts +++ b/src/helpers/getConfig.ts @@ -17,7 +17,7 @@ const getConfigFileContent = async (filePath: string) => { export const getConfig = async (projectRoot: string): Promise => { const defaultConfig: Config = { - path: './src', + path: './', apply: Object.values(RULESETS).join(','), ignore: '', exclude: '',