@vnva/eslint-plugin

1.0.3 • Public • Published

@vnva/eslint-plugin

My eslint rules

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @vnva/eslint-plugin:

npm install @vnva/eslint-plugin --save-dev

Usage

Add @vnva/eslint-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["@vnva/eslint-plugin"]
}

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

{
  "rules": {
    "@vnva/rule-name": 2
  }
}

Rules

🔧 Automatically fixable by the --fix CLI option.

Name Description 🔧
no-snake-case-identifiers Do not use snake_case, use camelCase 🔧

/@vnva/eslint-plugin/

    Package Sidebar

    Install

    npm i @vnva/eslint-plugin

    Weekly Downloads

    1

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    41.6 kB

    Total Files

    8

    Last publish

    Collaborators

    • vnva