From b22bd90c4816093de21d9e17aaffae0424ccd419 Mon Sep 17 00:00:00 2001 From: Aaron Franks Date: Thu, 11 Apr 2019 19:30:18 -0700 Subject: [PATCH] Update eslint and exclude typescript example from linting --- .eslintignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 404abb2..22f0ab6 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,2 @@ coverage/ +example/typescript diff --git a/package.json b/package.json index 5ac21a1..83cc416 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "validation" ], "devDependencies": { - "eslint": "^5.12.1", + "eslint": "^5.16.0", "eslint-plugin-prettier": "^3.0.1", "husky": "1.3.1", "lint-staged": "^8.1.1",