eslint-config-doshii

6.0.0 • Public • Published

Doshii - ESLint Shareable Config

npm

An ESLint Shareable Config for JavaScript Standard Style

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

We want to provide a consistent coding standard across Doshii projects, this library extends the standard styling to conform with Doshii's opinion of best practice.

The initial differences are small, such as requiring semi-colons and spacing, but will be increased over time as we tighten the style.

Install

yarn add eslint-config-doshii

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

To use the JavaScript Standard Style shareable config, first run this:

yarn add -D eslint-config-doshii

Then, add this to your .eslintrc file:

{
  "extends": ["doshii"]
}

Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.

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

License

MIT. Copyright (c) Doshii Connect Pty Ltd.

Package Sidebar

Install

npm i eslint-config-doshii

Weekly Downloads

319

Version

6.0.0

License

MIT

Unpacked Size

10.9 kB

Total Files

6

Last publish

Collaborators

  • doshii
  • doshii-sverre