Skip to content

Commit

Permalink
fix: check for .prettierrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Jan 4, 2023
1 parent 35483ac commit 5669a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actions/verify/validations.ts
Expand Up @@ -536,6 +536,7 @@ export async function disallowDuplicatePrettierConfig(basePath: string, pkgJson:
files: [
'.prettierrc',
'.prettierrc.json5',
'.prettierrc.json',
'.prettierrc.yaml',
'.prettierrc.yml',
'.prettierrc.js',
Expand Down

0 comments on commit 5669a52

Please sign in to comment.