diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-10 22:38:06 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-10 22:40:59 -0400 |
commit | adbdca6a8bbb68ea046fe55b070cddb501ce40aa (patch) | |
tree | 74db749fa2b8e577d37de868a67a684908bb4be0 | |
parent | 64fc0349a17c16355491fac4fc6830b7e68a0e58 (diff) |
Add to test-lint
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |