This is now handled by ts compilation and does not need to appear at the top of the file
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABC51c8f3917b2a: [token-server] Remove legacy use strict
grep -r --exclude-dir={node_modules,dist} 'use strict' .
only output is from legacy js files that will not be converted to ts
./.mocharc.js:'use strict'; ./.eslintrc.js:'use strict';
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- ts-no-strict
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 27634 Build 54831: Build Diff token-server-tests Build 54830: arc lint + arc unit