Socket
Socket
Sign inDemoInstall

@microsoft/eslint-config-azuretools

Package Overview
Dependencies
219
Maintainers
11
Versions
6
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
310
increased by47.62%
Maintainers
11
Install size
2.51 MB
Created
Weekly downloads
 

Readme

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

Last updated on 27 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc