Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped Dependencies and Fix Configurations #38

Merged
merged 11 commits into from
Jan 23, 2022
9 changes: 8 additions & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@

root: true

parser: babel-eslint
parser: '@babel/eslint-parser'

parserOptions: {
requireConfigFile: false,
babelOptions: {
presets: [ "@babel/preset-react" ]
}
}

plugins:
- import
Expand Down
2 changes: 0 additions & 2 deletions .storybook/addons.js

This file was deleted.

9 changes: 0 additions & 9 deletions .storybook/config.js

This file was deleted.

4 changes: 4 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
stories: ['../**/*.stories.js'],
addons: ["@storybook/addon-actions/register", "@storybook/addon-links/register", "@storybook/addon-postcss"],
};
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,24 @@

<p align="center">
<a href="#about">About</a> •
<a href="#guidelines">Guidelines</a> •
<a href="#contributing">Contributing</a> •
<a href="#issues">Issues</a> •
<a href="#support">Support</a> •
<a href="#guidelines">Guidelines</a>
<a href="#support">Support</a>
</p>

---

## About

This design system is a living, breathing document that contains all of the building blocks (React components, colors, icons, layout, etc) of the MetaBrainz projects. It aims to be single source of truth for developers and designers. Still a work in progress, always will be.


## Guidelines

- [Design Guidelines](https://github.com/metabrainz/design-system/blob/master/docs/design-guidelines.md)
- [Components](https://github.com/metabrainz/design-system/blob/master/docs/component-usage.md)
- [Contributing Guidelines](https://github.com/metabrainz/design-system/blob/master/docs/component-usage.md)

## Contributing

Got **something interesting** you'd like to **ask or share**? Start a discussion at `#metabrainz` IRC channel on libera.chat.
Expand All @@ -36,8 +42,3 @@ Reach out to the developers at one of the following places:
- Development IRC Channel: `#metabrainz`
- E-Mail: **support@metabrainz.org**

## Guidelines
- [Design Guidelines](https://github.com/metabrainz/design-system/blob/master/docs/design-guidelines.md)
- [Components](https://github.com/metabrainz/design-system/blob/master/docs/component-usage.md)
- [Contributing Guidelines](https://github.com/metabrainz/design-system/blob/master/docs/component-usage.md)

Loading