Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Vin65/eslint-config-winedirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-winedirect

Shared ESlint config for WineDirect

Installation:

npm install --save-dev eslint-config-winedirect

Usage: Create an .eslintrc.js file in the root of your project with the following config:

{
    "extends": "eslint-config-winedirect"
}