fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
7 lines
136 B
TypeScript
7 lines
136 B
TypeScript
import { addons } from "storybook/manager-api"
|
|
import scandicTheme from "./scandic-theme"
|
|
|
|
addons.setConfig({
|
|
theme: scandicTheme,
|
|
})
|