-
Notifications
You must be signed in to change notification settings - Fork 272
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm overall! thanks for adding tests, that 💯= 👌
also so happy the weird react code could be removed 🎉
"homepage": "/~https://github.com/apache-superset/superset-ui#readme", | ||
"devDependencies": { | ||
"@data-ui/build-config": "^0.0.23", | ||
"react": "^16.4.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
react
devDependency
+ peerDependency
can go away now right? 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes!
}, | ||
"prettier" | ||
], | ||
"eslint": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not a big deal since my PR is moving this config to the root but you can prob remove the app-specific beemo
eslint config here for this since this was for the promises in @superset-ui/core
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool
"client", | ||
"translation" | ||
], | ||
"author": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what to do about these. whoever inits the package could put their name, or maybe we can omit the field in package.json
s to make it a non-issue 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll put Superset
for now.
* feat: add declaration for external packages * feat: add dependency * fix: address comments
🏆 Enhancements
Add
@superset-ui/translation
that is ported fromi18n.jsx
andlocales.jsx
inapache/incubator-superset
📜 Documentation
See README
Unit test results