0.0.4 • Published 2 years ago

@microsoft/eslint-plugin-teamsfx v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@microsoft/eslint-plugin-teamsfx

customized eslint plugins, rules & processors for teamsfx

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @microsoft/eslint-plugin-teamsfx:

npm install @microsoft/eslint-plugin-teamsfx --save-dev

Usage

Add @microsoft/eslint-plugin-teamsfx to the plugins section of your .eslintrc configuration file:

{
  "plugins": ["@microsoft/eslint-plugin-teamsfx"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "@microsoft/teamsfx/jsdoc-author": ["error"]
  }
}

Supported Rules

  • jsdoc-author
0.0.4-rc.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.3-rc.0

2 years ago