From 4b2a778708f26796bcede6357a883ef2b15f1d80 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 8 May 2018 18:46:26 -0700 Subject: [PATCH] Use babel-eslint with standard --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 71ed9e25..b6d8ba76 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "zero-fill": "^2.2.3" }, "devDependencies": { + "babel-eslint": "^8.2.3", "buble": "^0.19.3", "cross-zip": "^2.0.1", "depcheck": "^0.6.4", @@ -108,5 +109,8 @@ "test-integration": "npm run build && node ./test", "update-authors": "./bin/update-authors.sh", "watch": "nodemon --exec \"npm run start\" --ext js,css --ignore build/ --ignore dist/" + }, + "standard": { + "parser": "babel-eslint" } }