@microsoft/eslint-plugin-teamsfx

0.0.4 • Public • Published

@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

Package Sidebar

Install

npm i @microsoft/eslint-plugin-teamsfx

Weekly Downloads

77

Version

0.0.4

License

MIT

Unpacked Size

11.9 kB

Total Files

12

Last publish

Collaborators

  • zhyuer
  • nintan
  • msteamsfx
  • microsoft1es