1.3.0 • Published 4 years ago

@block-zero/eslint-config v1.3.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
4 years ago

Block Zero ESLint Configurations

Opinionated, internal default ESLint config at Block Zero.

Usage

npm install -D eslint @block-zero/eslint-config

Then, add an ESLint config in the repo, for example, an .eslintrc.json with:

{
  "extends": "@block-zero"
}

This is the base setup, the project you use it in can overwrite and add things as needed.