1.1.2 • Published 2 years ago

@syntro-opensource/eslint-config-base v1.1.2

Weekly downloads
25
License
BSD-3-Clause
Repository
github
Last release
2 years ago

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"
}