File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 21
21
- run : npm run build
22
22
- run : npm run docs
23
23
- run : npm run lint
24
+ - run : npm run lint-no-output-globals
24
25
- run : npm run test-unit
25
26
- name : " Clean tree"
26
27
run : " npm run test-clean-tree"
Original file line number Diff line number Diff line change 25
25
"tsc" : " tsc" ,
26
26
"tsc.watch" : " tsc --watch" ,
27
27
"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 " ,
29
29
"lint-fix" : " eslint . --fix && npm run tsc" ,
30
30
"test-unit" : " jasmine --config=unit-test/config.json" ,
31
31
"test-int" : " npm run build-integration && jasmine --config=integration-test/config.js" ,
You can’t perform that action at this time.
0 commit comments