Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-formatter-friendly

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-formatter-friendly

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

  • 7.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
176K
increased by28.43%
Maintainers
1
Weekly downloads
 
Created

What is eslint-formatter-friendly?

The eslint-formatter-friendly package is a user-friendly formatter for ESLint that provides clear and concise output of linting results. It is designed to make it easier for developers to understand and fix linting issues in their code.

What are eslint-formatter-friendly's main functionalities?

User-Friendly Output

This feature provides a user-friendly output format for ESLint results, making it easier to read and understand the linting issues.

module.exports = {
  "extends": "eslint:recommended",
  "formatter": "friendly"
};

Integration with ESLint

This feature allows you to use the friendly formatter directly from the command line with ESLint, providing a clear and concise output of linting results.

eslint -f friendly yourfile.js

Other packages similar to eslint-formatter-friendly

Keywords

FAQs

Package last updated on 11 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc