From 92614a169a241acb3fede1c439128dd33f4f43d0 Mon Sep 17 00:00:00 2001 From: Dara Hayes Date: Mon, 2 Dec 2019 11:56:30 +0000 Subject: [PATCH] fix: do not lint js files in docs --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index feb99eae..ce886784 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,10 @@ "exclude": [ "**/*.test.ts" ] + }, + "standard": { + "ignore": [ + "/doc/**/*.js" + ] } }