Skip to content

Commit

Permalink
Remove obsolete .eslintignore config
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Nov 14, 2023
1 parent 117be7d commit c4eb1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checks/prettier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit c4eb1ab

Please sign in to comment.