Alexander Sokolov

Results 10 issues of Alexander Sokolov

Can you add (https://github.com/lukeed/dequal) to comparison metrics?

**Do you want to request a feature, report a bug or ask a question?** Bug **What is the current behavior?** Files not extracted **What is the expected behavior?** Files extracted...

Can you integrate https://github.com/pinterest/esprint It running eslint with multiple threads and show results more quickly

Can you integrate some progress like https://github.com/zero-t4/eslint-plugin-progress#readme When using this plugin it count ok, but when select rule it will continue increase counter, and not starting from zero

enhancement

Trying use [email protected] with [email protected] [In README written than vue-jest 4.x support jest 26.x **and below**](https://github.com/vuejs/vue-jest#installation) [But inside package there is **only** jest 26.x ](https://github.com/vuejs/vue-jest/blob/v4.0.1/package.json#L67) Maybe need to fix docs,...

Now eslint-nibble finished with error when trying to run with new flat config ``` "lint": "eslint-nibble --config eslint.config.js . --ext .js,.ts,.vue", ``` https://eslint.org/docs/latest/use/configure/configuration-files-new

**Codepen** vue-apexcharts codesandbox: https://codesandbox.io/s/vue-basic-example-2ojcm apexcharts: 3.8.6 vue-apexcharts: 1.5.0 Chart events options: ``` chart: { id: "vuechart-example", events: { zoomed: (chartContext, { xaxis, yaxis }) => { console.log("zoomed", xaxis.min, xaxis.max); },...

no-issue-activity

When there are nested arrays — plugin want additional empty line (when disable plugin all ok) "prettier": "3.3.3", "prettier-plugin-multiline-arrays": "3.0.6",

Hi! Thanks for your work! Loved to find this package (before use eslint-nibble) We use many rules and it's difficult to find rule when they not sorted alphabetically. Could you...

Type: Feature

### Description `explicit-length-check` currently doesn't suggest autofix for `.length

enhancement
evaluating