Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaniverous committed Jul 17, 2024
1 parent fdfb637 commit 231ee98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fs from 'fs-extra';
import _ from 'lodash';
import { resolve } from 'path';
import { packageDirectory } from 'pkg-dir';
import { Document, parse, parseDocument, stringify, YAMLMap } from 'yaml';
import { Document, parse, parseDocument, YAMLMap } from 'yaml';

import { type Config, configSchema } from './Config';

Expand Down

0 comments on commit 231ee98

Please sign in to comment.