eslint-plugin-office-addins
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

eslint-plugin-office-addins

eslint plugin for office-addins

Installation

This plugin is designed to work with the office-addin-lint package.

Install office-addin-lint

$ npm i office-addin-lint --save-dev

Next, install eslint-plugin-office-addins:

$ npm install eslint-plugin-office-addins --save-dev

Usage

Add office-addins to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "office-addins"
    ]
}

Then configure the extended property by choosing one of the configurations for the plugin.

{
    "extended": [
        "plugin:office-addins/recommended"
    ]
}

Other configurations available:
    "plugin:office-addins/react",
    "plugin:office-addins/reactnative"

Package Sidebar

Install

npm i eslint-plugin-office-addins

Weekly Downloads

25,886

Version

3.0.1

License

MIT

Unpacked Size

192 kB

Total Files

74

Last publish

Collaborators

  • ms-office