eslint-friendly-formatter icon indicating copy to clipboard operation
eslint-friendly-formatter copied to clipboard

A simple formatter/reporter for ESLint that's friendly with Sublime Text and iterm2 "click to open file" functionality

Results 12 eslint-friendly-formatter issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=minimist&from_version=1.2.0&to_version=1.2.6&pr_id=28c84198-5bc4-49be-a5b3-428e04ae0967&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Please update the package on the NPM site to the latest version 5.0.0. I'm hoping that it will resolve the Dependabot alert. Thank you. ![image](https://user-images.githubusercontent.com/14927668/159392914-fc4000d4-e334-427a-bebc-b9d875086cdf.png)

## The issue I've tried customizing the output from the formatter using the suggested approach with a double-dash in front to allow the formatter to read those parameters that ESLint...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...

dependencies

Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog *Sourced from [extend's changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md).* > 3.0.2 / 2018-07-19 > ================== > * [Fix] Prevent merging `__proto__` property ([#48](https://github-redirect.dependabot.com/justmoon/node-extend/issues/48)) > * [Dev Deps] update...

dependencies

I'm getting this error: ``` $ eslint --format friendly --rule 'prettier/prettier: 0' 'src/**/*' -- --eff-by-issue --eff-filter 'no-undef' Oops! Something went wrong! :( ESLint: 5.12.1. No files matching the pattern "--eff-by-issue"...

Can you either change the rule color to something that works on light or dark like chalk.green or add an env var to configure the rule color to use. i.e....

enhancement
help wanted