syntro-opensource / eslint-config-base

A reusable eslint-config standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-base

Dependabot npm npm (scoped)

Provides a basic, reusable eslint config for web projects.

Installation

npm i @syntro-opensource/eslint-config-base

Usage

to make use of this config, create a .eslintrc.js file in your package containing:

{
    "extends": "@syntro-opensource/eslint-config-base"
}

About

A reusable eslint-config standard

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%