From 2e22747ea29ea8434383b8cf7bb278d07532df09 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Wed, 25 Dec 2019 03:50:03 +0100 Subject: [PATCH] Fix appveyor --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb3db111..094ee4bc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "app": "electron target", "dev": "concurrently -n \"Webpack,TypeScript\" -c \"cyan.bold,blue.bold\" \"webpack -w\" \"tsc --build -v --pretty --watch --preserveWatchOutput\" -k", "build": "cross-env NODE_ENV=production webpack && tsc -b -v", - "lint": "eslint . --ext .js,.jsx,.ts,.tsx", + "lint": "eslint . --ext .js,.jsx,.ts,.tsx --no-babelrc", "test": "yarn run lint && yarn run test:unit", "test:unit": "ava", "test:unit:watch": "yarn run test:unit -- --watch",