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

eslint-formatter-codeframe

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-formatter-codeframe

ESLint’s official `codeframe` formatter, extracted from ESLint 7

  • 7.32.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
128K
decreased by-2.41%
Maintainers
1
Weekly downloads
 
Created

What is eslint-formatter-codeframe?

The eslint-formatter-codeframe package is an ESLint formatter that uses Babel's code frame to display linting errors and warnings in a visually appealing and easy-to-read format. It highlights the specific lines and columns where issues occur, making it easier for developers to identify and fix problems in their code.

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

Code Frame Formatting

This feature allows you to use the code frame formatter in your ESLint configuration. The code frame formatter highlights the specific lines and columns where linting issues occur, making it easier to identify and fix problems.

module.exports = {
  "extends": "eslint:recommended",
  "rules": {
    "no-unused-vars": "warn"
  },
  "formatter": "codeframe"
};

Other packages similar to eslint-formatter-codeframe

Keywords

FAQs

Package last updated on 03 Aug 2021

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