Socket
Socket
Sign inDemoInstall

@storyous/eslint-plugin

Package Overview
Dependencies
0
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @storyous/eslint-plugin

An eslint plugin providing custom rule to enforce additional code quality check


Version published
Maintainers
7
Created

Readme

Source

eslint-plugin

This ESLint plugin provides custom rule to enforce additional code quality check in JavaScript code. It aims to identify and flag invalid or unsupported code styles to ensure code compatibility and prevent potential runtime errors when interacting with storyous services.

eslint-plugin

You can install @storyous/eslint-plugin using npm or yarn:

npm install @storyous/eslint-plugin --save-dev

Usage

To use @storyous/eslint-plugin, add it to the plugins section of your ESLint configuration file (.eslintrc.js or .eslintrc.json):

{
  "plugins": [
    // other plugings
    "@storyous"
  ]
}

Then, configure the rules under the rules section:

{
  "rules": {
    "@storyous/no-unsupported-documentdb-operator": "error"
  }
}

FAQs

Last updated on 12 Sep 2023

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