{ "src/*.js": ["eslint --fix", "git add"], "*.js": ["prettier --write", "git add"] }