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

@microsoft/eslint-config-azuretools

Package Overview
Dependencies
Maintainers
11
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/eslint-config-azuretools

Shared ESLint configuration used by Azure Tools for VS Code

  • 0.2.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
289
increased by127.56%
Maintainers
11
Weekly downloads
 
Created
Source

Azure Tools for VS Code's ESLint Config

This package provides extensible ESLint configs used by the Azure Tools for VS Code Team.

  • @microsoft/eslint-config-azuretools (for production code)
  • @microsoft/eslint-config-azuretools/test (for test code)

Usage

  1. Install this package and its peer dependencies. Peer dependencies can be listed with the following command:

    npm info @microsoft/eslint-config-azuretools peerDependencies
    
  2. Depending on which config you want to use, add the following to your .eslintrc:

    "extends": "@microsoft/eslint-config-azuretools"
    

    or

    "extends": [
        "@microsoft/eslint-config-azuretools",
        "@microsoft/eslint-config-azuretools/test"
    ]
    

License

MIT

Keywords

FAQs

Package last updated on 27 Mar 2024

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