Skip to content

Commit

Permalink
fix: πŸ› rename "disabled" config to "prettier"
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Nov 2, 2024
1 parent 0750adf commit 5eea59b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ export const jimmyDotCodes = (
...(isTestingEnabled
? testingConfig(getTestingOptions(testing), autoDetect)
: []),
// TODO [2024-12-31]: rename to jimmy.codes/prettier.
{ name: "jimmy.codes/disabled", ...eslintConfigPrettier },
{ name: "jimmy.codes/prettier", ...eslintConfigPrettier },
...commonjsConfig(),
{
ignores: [...GLOB_IGNORES, ...ignores],
Expand Down

0 comments on commit 5eea59b

Please sign in to comment.