Skip to content

Commit 21eb3e3

Browse files
committed
chore: format
1 parent 8467b44 commit 21eb3e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ coverage
77
build
88
dist
99
lib
10+
.rollup.cache

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createPlugins } from "rollup-plugin-atomic"
22

3-
const plugins = createPlugins(["ts", "babel"])
3+
const plugins = createPlugins(["ts", "babel"])
44

55
export default [
66
{

0 commit comments

Comments
 (0)