From 57545f66d260cab1b4c3d7007c718dc14ada934e Mon Sep 17 00:00:00 2001 From: boeserwolf Date: Wed, 22 Apr 2020 13:50:47 +0200 Subject: Add babel to build chain and linter Enables fancy Javascript language features like optional chaining, for developer happiness. --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 5ea16a19..6712b63d 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ }, "homepage": "https://wekan.github.io", "devDependencies": { + "babel-eslint": "^10.1.0", "eslint": "^5.16.0", "eslint-config-meteor": "0.0.9", "eslint-config-prettier": "^3.6.0", @@ -53,6 +54,7 @@ "prettier-eslint": "^9.0.1" }, "dependencies": { + "@babel/core": "^7.9.0", "@babel/runtime": "^7.9.2", "ajv": "^5.0.0", "babel-runtime": "^6.26.0", -- cgit v1.2.3-1-g7c22