Kyle Simmonds
Kyle Simmonds
ESlint currently allows ignore options to be set in `package.json` under the `eslintIgnore` key: https://eslint.org/docs/user-guide/configuring#using-eslintignore-in-packagejson I noticed there's no mention of a `prettierIgnore` option in the docs (https://prettier.io/docs/en/ignore.html). I also...
How can we configure Scrollorama to work on pages that scroll up (from the bottom of the page)? Because the animations start at the bottom of the screen (scrolling down)...
This adds a new option to `contentful.createClient()` that allows for different environments to be specified. More info on environments [here](https://www.contentful.com/developers/docs/concepts/multiple-environments). The default value is `master`, which is default in every...
When making a Salesforce database request using either SOQL or SOSL, my production server keeps timing out. Code: ``` // ==================== // Salesforce OAuth2 // ==================== const oauth2 = new...