Skip to content

Latest commit

 

History

History

eslint-config-azuretools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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