Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Jan 13, 2023
1 parent 8554d9d commit ef83526
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/lib/cli/src/generators/SVELTE/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { CoreBuilder } from '../../project_types';
import { baseGenerator } from '../baseGenerator';
import type { Generator } from '../types';

const generator: Generator = async (packageManager, npmOptions, options) => {

await baseGenerator(packageManager, npmOptions, options, 'svelte', {
extensions: ['js', 'jsx', 'ts', 'tsx', 'svelte'],
commonJs: true,
Expand Down

0 comments on commit ef83526

Please sign in to comment.