1.0.0 • Published 1 year ago

@f1stnpm3/amet-soluta-vero v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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.

1.0.0

1 year ago