0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed lint task for members-ssr package

This commit is contained in:
Fabien O'Carroll 2019-04-18 11:39:34 +02:00
parent 8ce18f2b4b
commit 766635ab85

View file

@ -8,7 +8,7 @@
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"lint": "echo \"Implement me!\"",
"lint": "eslint '**/*.js'",
"posttest": "yarn lint"
},
"files": [