From d8346ccc221612413ea29b5c30d1a9cde045b373 Mon Sep 17 00:00:00 2001 From: Devlin Pajaron Date: Sun, 26 Jul 2026 21:42:07 +0800 Subject: [PATCH 1/4] Remove unused deps; Remove remnants of eslint --- .npmignore | 2 - README.md | 2 - README_NEW.md | 2 - docs-md/api/browserDetect.md | 2 +- docs-md/api/colorBrightness.md | 2 +- docs-md/api/slugify.md | 2 +- docs-md/changelog.md | 4 + package.json | 9 +- pnpm-lock.yaml | 130 ----------------------- src/browser-detect/browser-detect.ts | 1 - src/color-brightness/color-brightness.ts | 1 - src/documentation-generation.test.ts | 2 +- src/slugify/slugify.ts | 2 - 13 files changed, 9 insertions(+), 152 deletions(-) diff --git a/.npmignore b/.npmignore index 63d1266b..62673d45 100644 --- a/.npmignore +++ b/.npmignore @@ -4,7 +4,5 @@ coverage/* docs/* .babelrc -.eslintignore -.eslintrc.js .npmignore webpack.config.js diff --git a/README.md b/README.md index fd41fb5d..df1c3da1 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,6 @@ Read more about the methods available [here](https://iamdevlinph.github.io/commo - Coverage using [Istanbul](https://github.com/gotwarlost/istanbul) with [nyc](https://github.com/istanbuljs/nyc) and report by [Codecov](https://github.com/codecov/codecov-node) - Create the bundle using [webpack](https://github.com/webpack/webpack) - Run tests using [Mocha](https://github.com/mochajs/mocha) and [chai](https://github.com/chaijs/chai) -- Lint stuff using [ESLint](https://github.com/eslint/eslint) - Build status by [Travis](https://github.com/travis-ci/travis-ci) - Precommit using [lint-staged](https://github.com/okonet/lint-staged) and [husky](https://github.com/typicode/husky) - Provides TypeScript type definitions --> @@ -132,7 +131,6 @@ Run by `npm run