From adbdca6a8bbb68ea046fe55b070cddb501ce40aa Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 10 Mar 2020 22:38:06 -0400 Subject: [PATCH] Add to test-lint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74d89dda..eb449ea9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "scripts": { "test": "npm run test-lint && npm run test-code", - "test-lint": "eslint .", + "test-lint": "eslint . && node ./test/lint/global-declarations.js", "test-code": "node ./test/test-schema.js && node ./test/test-dictionary.js && node ./test/test-database.js && node ./test/test-document.js" }, "repository": {