Skip to content

Commit

Permalink
👌 FIX: linting (FTW)
Browse files Browse the repository at this point in the history
  • Loading branch information
jycouet committed Jan 23, 2025
1 parent b05c8b5 commit 6fd45e8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/addons/tailwindcss/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
import { defineAddon } from '@sveltejs/cli-core';
import { addImports } from '@sveltejs/cli-core/css';
import {
array,
common,
functions,
imports,
object,
variables,
exports
} from '@sveltejs/cli-core/js';
import { array, functions, imports, object, exports } from '@sveltejs/cli-core/js';
import { parseCss, parseJson, parseScript, parseSvelte } from '@sveltejs/cli-core/parsers';
import { addSlot } from '@sveltejs/cli-core/html';

Expand Down

0 comments on commit 6fd45e8

Please sign in to comment.