diff --git a/package.json b/package.json index 0aa5507c..c7af96cb 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ }, "scripts": { "lint": "eslint \"**/*.js\" --cache", + "code-style": "eslint \"**/*.js\" --fix --cache", "test": "node tools/test.js && npm run lint", "update-locales": "tx pull --all && node tools/fix-transifex.js", "update-transifex": "tx push -s",