Skip to content

Commit

Permalink
chore: ignore files and lines for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjagodic committed Jul 31, 2023
1 parent ce4714e commit a218a19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ bin/
public/
.cache/
packages/decap-cms-backend-github/src/fragmentTypes.js
packages/decap-cms-backend-gitlab/src/AuthenticationPage.js
packages/decap-cms-backend-proxy/src/implementation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
parseContentKey,
} from 'decap-cms-lib-util/src/APIUtils';
import { parse } from 'what-the-diff';
// eslint-disable-next-line import/no-named-as-default
import simpleGit from 'simple-git';
import { Mutex, withTimeout } from 'async-mutex';

Expand Down

0 comments on commit a218a19

Please sign in to comment.