🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@storyous/eslint-plugin

Package Overview
Dependencies
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

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

latest
npmnpm
Version
1.0.0
Version published
Maintainers
7
Created
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

Package last updated on 12 Sep 2023

Did you know?

Socket

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