Skip to content

Commit

Permalink
fixed: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Nov 29, 2024
1 parent c253454 commit 7f4f7db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ import {
register as registerPostproc,
execute as runPostprocessors,
} from './postprocessors.js'
import {
register as registerPreproc,
execute as runPreprocessor,
} from './preprocessors.js'
import { register as registerPreproc } from './preprocessors.js'
import build from './generators/template/builder.js'
import { builders } from './utils/build-types.js'
import compose from 'cumpa'
Expand Down

0 comments on commit 7f4f7db

Please sign in to comment.