push
github
Various package improvements (#88) * Add ESLint and Prettier + make formatting changes * Add linting to the workflow * Add format to CI * Fix the remaining types + make Value types stricter + temporarily remove tests from ESLint * Add prettierignore + Extend prettier to entire repository + fix ESLint not working on tests + Move linter + formatters to `devDependencies` * Fix formatting of `eslint.config.mjs` * update package-lock.json; * adding back rollup-plugin-sourcemaps to fix build failure * Restore Coveralls workflow * Update .prettierrc * Reformat * Add missing newline at EOF * Sort imports * Add VSCode config * Migrate to Yarn as package manager * Update workflows to use Yarn * Fix inconsistent versions * Remove useless comment * Clean up migrated Yarn lockfile * Fix incorrect merge deleting coverage script * Remove unnecessary flag * Remove unnecessary items from prettierignore * Add VSCode settings for NL at EOF * Clean up tsconfig * Add coverage to ESLint ignore * Fix mistakes from previous merge resolution * Clean up dependencies * Switch to double quotes * Revert "Switch to double quotes" This reverts commit 830c26c72. * Switch to double quotes properly * Undo ESLint fixes temporarily * Silence lint for now --------- Co-authored-by: Lucas Ng <152241991+lucasnyc@users.noreply.github.com> Co-authored-by: Lucas <nyc@yuchengng.com> Co-authored-by: Richard Dominick <34370238+RichDom2185@users.noreply.github.com>
267 of 1065 branches covered (25.07%)
Branch coverage included in aggregate %.
877 of 2551 new or added lines in 20 files covered. (34.38%)
15 existing lines in 5 files now uncovered.1124 of 2928 relevant lines covered (38.39%)
83.43 hits per line