Skip to content

Instantly share code, notes, and snippets.

View davidmfinol's full-sized avatar

David Finol davidmfinol

View GitHub Profile
@webbertakken
webbertakken / package.json
Last active January 21, 2024 19:56
Definitive cross-platform lint-staged config (explained)
{
// 1. Use these exact dependencies
"devDependencies": {
"husky": "=8.0.3",
"lint-staged": "=13.2.1"
}
// 2. Make sure it installs when people install dependencies
"scripts": {
"prepare": "husky install"