diff --git a/package.json b/package.json index e794a94..4fb1fae 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "debug": "NODE_ENV=debug npm run test -- -st --fail-fast", "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", "install-hooks": "husky install", - "lint": "true", + "lint": "xo", "lint-config": "fixpack --dryRun", "lint-config-and-fix": "fixpack || fixpack", "postinstall": "npm run install-hooks",