0.2.4 • Published 1 month ago

@microsoft/eslint-config-azuretools v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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

0.2.3

1 month ago

0.2.4

1 month ago

0.2.2

6 months ago

0.2.1

11 months ago

0.2.0

1 year ago

0.1.0

3 years ago