Skip to content

Commit 83bdcfb

Browse files
Fix up output globals lint (#367)
1 parent d4fa658 commit 83bdcfb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- run: npm run build
2222
- run: npm run docs
2323
- run: npm run lint
24+
- run: npm run lint-no-output-globals
2425
- run: npm run test-unit
2526
- name: "Clean tree"
2627
run: "npm run test-clean-tree"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"tsc": "tsc",
2626
"tsc.watch": "tsc --watch",
2727
"lint": "eslint . && npm run tsc",
28-
"lint-no-output-globals": "eslint Sources/ContentScopeScripts/dist/contentScope.js --rule '{\"no-implicit-globals\": [\"error\"]}' --no-ignore --no-eslintrc --parser-options=ecmaVersion:11",
28+
"lint-no-output-globals": "eslint Sources/ContentScopeScripts/dist/contentScope.js --rule '{\"no-implicit-globals\": [\"error\"]}' --no-ignore --no-eslintrc --parser-options=ecmaVersion:latest",
2929
"lint-fix": "eslint . --fix && npm run tsc",
3030
"test-unit": "jasmine --config=unit-test/config.json",
3131
"test-int": "npm run build-integration && jasmine --config=integration-test/config.js",

0 commit comments

Comments
 (0)