# @servicenow/eslint-plugin-sdk-app-plugin

> **Deprecated**: This package is no longer maintained and is published only as a stub to prevent install failures. It exports nothing and has no functionality.

Plugin to disallow Browser and Node.js APIs not supported in rhino engine

## Installation

```bash
npm install && npm i -g .
```

## Usage

Add `@servicenow/sdk-app-plugin` to the plugins section and update the extends array with "plugin:sdk-app-plugin/recommended" as shown below in your `.eslintrc` configuration file. 

```json
{
    "plugins": ["@servicenow/sdk-app-plugin"],
    "extends": ["plugin:@servicenow/sdk-app-plugin/recommended"]
}
```
