@f1stnpm3/amet-soluta-vero

1.0.0 • Public • Published

@f1stnpm3/amet-soluta-vero

Sophisticated code formatting ESLint plugin provides a consistent space outside parentheses and brackets.

Installation

Install the plugin and the core as development dependencies, for example with npm, assuming the terminal location at the project folder:

$ npm i eslint @f1stnpm3/amet-soluta-vero --save-dev

Usage

Extend your project ESLint configuration (e.g. .eslintrc.json) with the plugin's recommended pack:

{
    "extends": [
        "eslint:recommended",
        "plugin:neverblued/recommended"
    ]
}

Supported Rules

  • Space outside parentheses and brackets (space-outside)

This original rule makes JS code look more like a human text. It provides a consistent space outside parentheses and brackets, namely the outermost in a group and except when the next token is a coma or a semicolon.

License

This piece of software is provided with a ISC license.

Dependencies (34)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @f1stnpm3/amet-soluta-vero

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    9.45 kB

    Total Files

    8

    Last publish

    Collaborators

    • sinhatminh11