Skip to content

Commit

Permalink
chore: cleanup menu item and add code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed May 2, 2020
1 parent fb86be3 commit b622d53
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 90 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
],
"rules": {
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/camelcase": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/ban-ts-ignore": "off",
Expand Down
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require("path")
const TsconfigPathsPlugin = require("tsconfig-paths-webpack-plugin")

module.exports = {
stories: ["../packages/breadcrumb/**/*.stories.tsx"],
stories: ["../packages/menu/**/*.stories.tsx"],
webpackFinal: async config => {
config.module.rules.push({
test: /\.(ts|tsx)$/,
Expand Down
Loading

0 comments on commit b622d53

Please sign in to comment.