vbelolapotkov / eslint-config

Sharable ESlint configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@vbelolapotkov/eslint-config

Shareable ESLint configuration.

Installation

npm i -D @vbelolapotkov/eslint-config

Usage

Create .eslintrc.js in your project root:

module.exports = {
  extends: "@vbelolapotkov/eslint-config"
};

About

Sharable ESlint configuration

License:MIT License


Languages

Language:JavaScript 100.0%