Skip to content

Commit

Permalink
fix(docs): stories order
Browse files Browse the repository at this point in the history
  • Loading branch information
platon-rov committed Aug 31, 2022
1 parent d4c6a38 commit ba45184
Show file tree
Hide file tree
Showing 3 changed files with 577 additions and 453 deletions.
8 changes: 7 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
module.exports = {
presets: ['@babel/preset-react', ['@babel/preset-env', { targets: { node: 'current' } }]],
presets: [
'@babel/preset-react',
['@babel/preset-env', { targets: { node: 'current' } }]
],
plugins: [
'babel-plugin-named-exports-order'
],
env: {
cjs: {},
test: {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^27.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-named-exports-order": "^0.0.2",
"bundlesize": "^0.18.1",
"case": "^1.6.3",
"chromatic": "^6.0.4",
Expand Down Expand Up @@ -161,4 +162,4 @@
"{src,.storybook}/**/*.(sa|sc|c)ss": "stylelint --fix",
"*.js": "eslint --fix"
}
}
}
Loading

0 comments on commit ba45184

Please sign in to comment.