diff --git a/package.json b/package.json index b292be0..21a22b2 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "test": "floss --path test/index.js", "test:debug": "npm test -- --debug", "lint": "eslint scripts src test", + "lintfix": "eslint scripts src test --fix", "prebuild": "npm run lint && npm run clean", "build": "pixify -n PIXI -o pixi", "docs": "jsdoc -c scripts/jsdoc.conf.json -R README.md",