Skip to content

Commit

Permalink
chore: update storybook and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jul 25, 2024
1 parent 5576258 commit 2dea656
Show file tree
Hide file tree
Showing 10 changed files with 1,465 additions and 1,417 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm exec commitlint --edit "$1"
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm exec lint-staged
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ import '@fontsource/roboto/latin.css';
To use the library you must install the library plugin:

```typescript
import { createRui } from "@rotki/ui-library";
import { createRui } from '@rotki/ui-library';

...
const RuiPlugin = createRui(options);
app.use(RuiPlugin);
```
Expand Down Expand Up @@ -83,9 +82,9 @@ import { Ri4kFill, Ri4kLine, createRui } from '@rotki/ui-library';

const RuiPlugin = createRui({
theme: {
icons: [Ri4kFill, Ri4kLine]
}
})
icons: [Ri4kFill, Ri4kLine],
},
});
app.use(RuiPlugin);
```

Expand Down
4 changes: 1 addition & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import rotki from '@rotki/eslint-config';

export default rotki({
vue: true,
typescript: {
tsconfigPath: 'tsconfig.eslint.json',
},
typescript: true,
stylistic: true,
formatters: true,
storybook: true,
Expand Down
Loading

0 comments on commit 2dea656

Please sign in to comment.