1.0.1 • Published 2 years ago

@katieboland/eslint-config-katieboland v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Katie Boland's Personal Standard JS based eslint configuration

npm

An ESLint Shareable Config for JavaScript Standard Style

This module is an extension and customization of eslint-config-airbnb by AirBnB.

Install

npm i eslint-config-katieboland

yarn eslint-config-katieboland

Usage

Shareable Configs are designed to work with the extends feature of .eslintrc files.

To use the JavaScript Standard Style shareable config, install it then add this to your .eslintrc file:

{
  "extends": ["katieboland"]
}

Note: The eslint-config- is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.