{ "$schema": "https://json.schemastore.org/lintstagedrc.schema.json", "*.{ts,js}": ["eslint --fix", "prettier --write --with-node-modules"], "*.{json,md,css}": ["prettier --write --with-node-modules"] }