module.exports = { "tests/**/*.js": "eslint --cache --fix", "src/**/*.js": "eslint --cache --fix", "utils/**/*.js": "eslint --cache --fix" };