module.exports = { '{libs,tools}/**/*.{ts,js,json,md,html,css,scss}': [ 'nx affected --target lint --uncommitted --fix true', 'nx affected --target test --uncommitted --fix', 'nx format:write --uncommitted' ] };