Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Sep 11, 2023
1 parent 37c28b7 commit 8e93238
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 124 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
"test:update": "vitest --update"
},
"dependencies": {
"camelcase-css": "^2.0.1",
"lightningcss": "^1.21.8",
"postcss": "^8.4.29",
"postcss-js": "^4.0.1"
},
Expand Down
131 changes: 12 additions & 119 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Buffer } from 'node:buffer'
import type { CSSObject, Preset, Rule } from 'unocss'
import { definePreset } from 'unocss'
import postcss from 'postcss'
Expand Down
3 changes: 1 addition & 2 deletions tests/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { createGenerator, e } from 'unocss'
import { createGenerator } from 'unocss'
import { expect, test } from 'vitest'
import prettier from 'prettier'
import dedent from 'dedent'
import postcss from 'postcss'
import { presetAnimateCSS } from '../src'

const prettyCSS = (css: string) => prettier.format(dedent(css), { parser: 'css' })
Expand Down

0 comments on commit 8e93238

Please sign in to comment.