Dr. Derek Austin

Results 9 issues of Dr. Derek Austin

**tl;dr** This forces LF endings (instead of auto / CRLF line endings) resolving "every line is an ESLint error" behavior on Windows that results from the ESLint rule `"prettier/prettier: ['error']"`...

### Rationale 1️⃣ I find it a waste of everyone's time to expect people to memorize the Prettier defaults. 2️⃣ If you want to use Airbnb's line length default (`printWidth:...

This closes issue #70. This PR is an alternative to PR #68 and would update the semver of use-dark-mode from 2.3.2 to 2.4.0 to reflect the new peer dependency (React...

Updates README to reflect new npm run style command including npm run style -- --fix Based on Tailwind's contributing docs https://github.com/tailwindlabs/tailwindcss/blob/master/.github/CONTRIBUTING.md

This .gitattributes file will force Windows developers to check out LF line endings instead of the default "auto" behavior (CRLF check out, LF check in). This is a quality-of-life improvement...

``` Type 'string' is not assignable to type 'number | undefined'.ts(2322) index.d.ts(1835, 9): The expected type comes from property 'tabIndex' which is declared here on type 'DetailedHTMLProps' (JSX attribute) HTMLAttributes.tabIndex?:...

documentation

Hey, I just wanted to leave a note that the README assumes someone's on a *nix system, so the multi-line instructions should probably be written as three separate lines. After...

Hey, I noticed some spacing errors when reviewing the code, I'd recommend adding `prettier.config.js` or `.prettierrc`. Cheers!

## Before You Submit ✅ **Please search [existing issues](https://github.com/cjpais/Handy/issues) to avoid duplicates.** I didn't see anything similar reported on any platform, searching both open and closed issues. ## Bug Description...

bug