Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tate-CC committed Sep 16, 2024
1 parent 5511185 commit f448cde
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/ssgs/bridgetown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { joinPaths } from '../utility.js';
import Ssg from './ssg.js';

export default class Bridgetown extends Ssg {
Expand Down
1 change: 0 additions & 1 deletion src/ssgs/mkdocs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { joinPaths } from '../utility.js';
import Ssg from './ssg.js';

export default class MkDocs extends Ssg {
Expand Down
2 changes: 1 addition & 1 deletion src/ssgs/ssg.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { basename } from 'path';
import slugify from '@sindresorhus/slugify';
import titleize from 'titleize';
import { findIcon } from '../icons.js';
import { joinPaths, last, parseDataFile, stripTopPath } from '../utility.js';
import { last, parseDataFile, stripTopPath } from '../utility.js';
import { findBasePath, getCollectionPaths } from '../collections.js';

export default class Ssg {
Expand Down
1 change: 0 additions & 1 deletion src/ssgs/sveltekit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { joinPaths } from '../utility.js';
import Ssg from './ssg.js';

export default class Sveltekit extends Ssg {
Expand Down

0 comments on commit f448cde

Please sign in to comment.