0.5.2 • Published 14 days ago

eslint-plugin-excel-custom-functions v0.5.2

Weekly downloads
28
License
MIT
Repository
github
Last release
14 days ago

eslint-plugin-excel-custom-functions

This eslint plugin checks for Office.js api calls within custom functions. It throws a linting error on write operations and a linting warning on read operations.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-excel-custom-functions:

$ npm install eslint-plugin-excel-custom-functions --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-excel-custom-functions globally.

Usage

Add excel-custom-functions to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "excel-custom-functions"
    ]
}

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

{
    "rules": {
        "excel-custom-functions/no-office-read-calls": "warn",
        "excel-custom-functions/no-office-write-calls": "error"
    }
}

Supported Rules

  • no-office-read-calls
  • no-office-write-calls
0.5.2

14 days ago

0.5.1

24 days ago

0.5.0

1 month ago

0.4.10

3 months ago

0.4.9

7 months ago

0.4.8

10 months ago

0.4.7

10 months ago

0.4.6

12 months ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.3

3 years ago

0.2.4

2 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.19

3 years ago

0.0.15

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.6

3 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago