eslint-plugin-hz-no-storage

1.0.4 • Public • Published

hz-eslint-plugin-hz-no-storage

A plugin to forbid the usage of sessionStorage and localStorage

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-no-storage:

$ npm install eslint-plugin-no-storage --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-no-storage globally.

Usage

Add no-storage to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "no-storage"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "no-storage/no-browser-storage": 2
    }
}

Supported Rules

  • Fill in provided rules here

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i eslint-plugin-hz-no-storage

    Weekly Downloads

    0

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    6.19 kB

    Total Files

    7

    Last publish

    Collaborators

    • visnix