{ "src/**/*.{js,jsx}": [ "cross-env NODE_ENV=development eslint --fix", "prettier --write --trailing-comma es5 --single-quote", "git add" ] }