@storyous/eslint-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @storyous/eslint-plugin

Weekly Downloads

10

Version

1.0.0

License

ISC

Unpacked Size

70.8 kB

Total Files

10

Last publish

Collaborators

  • danieldadateya
  • nte-saltpay
  • mkoubik
  • storyous-user
  • vaclav.obornik
  • tymak
  • ivo.sofranek