Skip to content

Commit

Permalink
Merge pull request #38 from akshaaatt/dev-updates
Browse files Browse the repository at this point in the history
Bumped Dependencies and Fix Configurations
  • Loading branch information
akshaaatt authored Jan 23, 2022
2 parents 470cdb5 + 71a35f1 commit 97c975d
Show file tree
Hide file tree
Showing 9 changed files with 10,710 additions and 7,613 deletions.
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

0 comments on commit 97c975d

Please sign in to comment.