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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable