eslint-plugin-jacobsmith-custom

0.0.3 • Public • Published

eslint-plugin-jacobsmith-custom

A collection of eslint rules customized for the programming styles of Jacob Smith.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-jacobsmith-custom:

$ npm install eslint-plugin-jacobsmith-custom --save-dev

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

Usage

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

{
    "plugins": [
        "jacobsmith-custom"
    ]
}

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

{
    "rules": {
        "jacobsmith-custom/alphabetize-object-keys": 2
    }
}

Supported Rules

  • alphabetize-object-keys

Package Sidebar

Install

npm i eslint-plugin-jacobsmith-custom

Weekly Downloads

5

Version

0.0.3

License

ISC

Unpacked Size

6.91 kB

Total Files

6

Last publish

Collaborators

  • jacob.wesley.smith