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",