Kyle Welch
Kyle Welch
I am trying to get this to work properly in our monorepo setup. Here is the project structure: ``` - packageA \ - package.json - packageB \ - package.json -...
# What The file names appended to console statement include the entire path from root ## Example `/Users/welchk/_git/enga-web_new/packages/client/src/App/events/Views/Catalog/index.js(189:4) filters []` ## Expected `index.js(189:4) filters []` ^^^^^^^^^ This would be a...
Currently the search is looking for member expressions where the object is console, this does not capture scenarios where console is alias or destructured. ``` const {warn} = console; ```...
I would like to add some docs to help those coming to the project. Having not done this before I am not really sure how to structure it. - [...
I was reviewing StackOverflow and found this question. [Why does react slingshot repo uses both, Npm and yarn? ](https://stackoverflow.com/questions/47999602/why-does-react-slingshot-repo-uses-both-npm-and-yarn). After reading the answer I found myself agreeing heavily that we...
The default jest reporter is "loud" and makes it possible to miss lint errors when using commands like `start` or `build`. Jest currently only allows for the standard reporter. Once...
React Slingshot has a solid documentation on how to start developing, testing, and building a React/Redux application, but is missing a fundamental piece, deployment. As we all know it doesn't...
**What**: Remove theme as an argument **Why**: Match glamorous API **How**: - update tests - remove argument
## Description I have added the stock issue templates that GH provides. This should be a good starting point for us to clean up/revise to our liking. fixes #34 ##...