@microsoft/eslint-config-azuretools

0.2.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @microsoft/eslint-config-azuretools

Weekly Downloads

220

Version

0.2.4

License

MIT

Unpacked Size

5.27 kB

Total Files

5

Last publish

Collaborators

  • meganmott
  • microfish91
  • azcode-bot
  • alexweininger
  • sweatherford
  • bwateratmsft
  • naturins
  • erijiz
  • fiveisprime
  • jinglou-msft
  • microsoft1es