Skip to content

Commit

Permalink
chore: Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Aug 5, 2024
1 parent 8ef5a8f commit bf6ac6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
".vite-inspect/**/*",
"**/node_modules/**/*",
"example/storybook-static/**/*",
".tsup/**"
".tsup/**",
"package.json"
]
}
}
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@
"name": "vite-plugin-storybook-nextjs",
"version": "1.0.1",
"description": "",
"keywords": [
"vite-plugin",
"nextjs",
"storybook",
"vitest"
],
"keywords": ["vite-plugin", "nextjs", "storybook", "vitest"],
"author": "Storybook Bot <[email protected]>",
"license": "MIT",
"sideEffects": [
"./src/polyfills/promise-with-resolvers.ts"
],
"files": [
"dist"
],
"sideEffects": ["./src/polyfills/promise-with-resolvers.ts"],
"files": ["dist"],
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit bf6ac6c

Please sign in to comment.