Skip to content

Tags: epicweb-dev/config

Tags

v1.21.3

Toggle v1.21.3's commit message
fix(eslint): properly ignore file

v1.21.2

Toggle v1.21.2's commit message
fix(eslint): ignore react-router/cloudflare generated files

v1.21.1

Toggle v1.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(prettier): conditionally enable tailwind prettier plugin (#42)

Co-authored-by: me <me@kentcdodds.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>

v1.21.0

Toggle v1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(TS): add force consistent name (#39)

Co-authored-by: Kent C. Dodds <me@kentcdodds.com>

v1.20.1

Toggle v1.20.1's commit message
Revert "feat(ts): allow imports to include .ts extension even if comp…

…ling with tsc"

This reverts commit 5b89f83.

Closes #37

v1.20.0

Toggle v1.20.0's commit message
feat(deps): update all deps

v1.19.0

Toggle v1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: remove the `vitest/no-standalone-expect` eslint rule

v1.18.3

Toggle v1.18.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add `.tsbuildinfo` to the `ignores` list (#34)

Hi! While updating one of my workshops, I noticed that eslint fails after `npm run typecheck`. The typecheck command generates `.tsbuildinfo` files that are normally ignored in Git. But because two commands come one after another on CI, eslint started validating those files and, well, failing (idk why but eslint fails dramatically with JSON files). 

This removes the `tsbuildinfo` files from linting. 

@kentcdodds I think we need to look into this config and make it inclusive rather than exclusive. So far, it seems to want to validate _everything_, so we need to cherry-pick the things we don't want. 

It makes more sense to make it _ignore everything_ and only apply itself to the files we know are in the project.

> The fact that you cannot override configs in eslint to provide different includes/ignores patterns only makes this issue worse.

v1.18.2

Toggle v1.18.2's commit message
fix(lint): select correct files

v1.18.1

Toggle v1.18.1's commit message
fix(lint): disable expect-expect