UNPKG

@radicalcondor/lintstaged-config

Version:

Lint Staged config for Radical Condor repositories

7 lines (6 loc) 177 B
{ "package.json": ["npmPkgJsonLint"], "*.md": ["prettier --write"], "*.json": ["prettier --write"], "*.js?(x)": ["prettier --write", "jest --bail --findRelatedTests"] }