chore: fix EditorConfig lint errors (issue #10943) by Sumithraju · Pull Request #11000 · stdlib-js/stdlib
Replace space-based indentation with tabs in example file to comply with project EditorConfig standards. All indentation now uses tabs for consistency with stdlib coding conventions. Fixes stdlib-js#10943 Co-Authored-By: Sumithra Raju <sumithravenkataramanan@gmail.com>
…ples Replace `new Array( 100 )` with `arr = []` and `arr.push()` to comply with stdlib/no-new-array linting rule. ES5-compatible solution. Ref: stdlib-js#10943
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters