You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6f8731e: Add override for CSS print width, given the CSS variable names, it makes sense to allow more columns to keep things readable and not overdo the line wrapping.
a50d54e: Fix CJS file glob, no-unused-vars to mimic how TypeScript allows it. Turn off sort-imports rule since all of the autofix plugins for this completely suck.
498990a: Fix dependencies / peerDependencies. Only ESLint / TypeScript / Prettier should be peer deps, the rest are direct dependencies of the configs.
729e28b: Update to the README.md, ESLint v8 changed to -> v9, with explanation about migration to flat config. Added note about recommending to explicitly add the eslint/tsc/prettier peer dependencies.