Skip to content

Commit

Permalink
fix default path
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 committed Oct 12, 2024
1 parent 67902e4 commit 835cd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const getConfigFileContent = async (filePath: string) => {

export const getConfig = async (projectRoot: string): Promise<Config> => {
const defaultConfig: Config = {
path: './src',
path: './',
apply: Object.values(RULESETS).join(','),
ignore: '',
exclude: '',
Expand Down

0 comments on commit 835cd9d

Please sign in to comment.