diff --git a/src/checks/prettier.ts b/src/checks/prettier.ts index be3ed2d5..6cf1c9da 100644 --- a/src/checks/prettier.ts +++ b/src/checks/prettier.ts @@ -13,7 +13,7 @@ export default async function prettierCheck() { '..', 'node_modules', '.bin', - )}/prettier --list-different **/*.{js,jsx,ts,jsx} --ignore-path .eslintignore --end-of-line auto`, + )}/prettier --list-different **/*.{js,jsx,ts,jsx} --end-of-line auto`, ); } catch (error) { const { stdout, stderr } = error as { stdout: string; stderr: string };