Socket
Socket
Sign inDemoInstall

eslint-plugin-atlassian-webapis

Package Overview
Dependencies
104
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-plugin-atlassian-webapis

Lint against harmful usages of Atlassian's web APIs.


Version published
Maintainers
1
Install size
37.0 kB
Created

Changelog

Source

0.1.1 (2020-09-30)

  • Fixed no-unstable-api not checking template literals.

Readme

Source

eslint-plugin-atlassian-webapis

Lints against harmful usage of Atlassian's web APIs, the scope of which currently extends to its REST APIs and JS API.

Installation

The plugin is available on the npm registry under the same package name: eslint-plugin-atlassian-webapis

ESLint is listed as a peer dependency.

Note that, as with other ESLint plugins, rules are prefixed with the plugin name (sans the eslint-plugin- prefix) as a form of namespacing. For example, to enable the no-unstable-api rule, you'd need to target atlassian-webapis/no-unstable-api in your config.

Rules

At present, this plugin provides one rule:

  • no-unstable-api: Disallow usage of unstable APIs.

Keywords

FAQs

Last updated on 30 Sep 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc