From 6f1a0e7238f110cf2fd1c0ed16902e46f0a6c113 Mon Sep 17 00:00:00 2001 From: Zack Schuster Date: Fri, 24 Apr 2020 09:32:32 -0700 Subject: [PATCH] chore: lint root files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29787ac..d31a6ff 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "scripts": { "rollup": "rollup -c rollup.config.js && npm run rollup:test", "rollup:test": "npm run test -- --file rollup/email.bundle.test.js", - "lint": "eslint \"+(smtp|test)/*.ts\"", + "lint": "eslint *.ts \"+(smtp|test)/*.ts\"", "test": "ava" }, "license": "MIT",