Skip to content

bsonntag/eslint-config-bsonntag

Repository files navigation

@bsonntag/eslint-config

My eslint configuration

Installation

yarn add --dev @bsonntag/eslint-config

Usage

Add the following line to your eslint configuration file:

{
  extends: ['@bsonntag']
}