Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 538 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 538 Bytes

Eslint-Config

npm

Usage

Install

Install this packages:

npm install @sokkuri/eslint-config eslint --save-dev

Configuration


Create the .eslintrc.json file in the root of the project and add this content:

{
    "extends": [
        "@sokkuri/eslint-config"
    ]
}

VS-Code

Install plugin

Install the ESlint plugin in vscode.