Skip to content

Commit

Permalink
fix UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
pjkaufman committed Oct 10, 2024
1 parent 19d6d6e commit b253753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/yaml-timestamp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {escapeDollarSigns} from '../utils/regex';
import {insert} from '../utils/strings';
import parseFormat from 'moment-parseformat';
import {getTextInLanguage} from '../lang/helpers';
import {AfterFileChangeLintTimes} from 'src/settings-data';
import {AfterFileChangeLintTimes} from '../settings-data';

type DateCreatedSourceOfTruth = 'file system' | 'frontmatter';
type DateModifiedSourceOfTruth = 'file system' | 'user or Linter edits';
Expand Down

0 comments on commit b253753

Please sign in to comment.