UNPKG

206 BJavaScriptView Raw
1const base = require('@storybook/linter-config/prettier.config');
2
3module.exports = Object.assign({}, base, {
4 overrides: [
5 {
6 files: '*.html',
7 options: { parser: 'babel' },
8 },
9 ],
10});