1.1.10 • Published 10 months ago

eslint-config-ibbiz v1.1.10

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

eslint-config-ibbiz

ESLint configuration for JavaScript projects

This the base ESLint configuration I use in personal JavaScript projects, as an installable npm package:

✔ Extends the popular Airbnb Style Guide

✔ Uses Prettier for code formatting

✔ Provides additional linting for Jest, React

Usage

  1. Install the package and its minimum required peer dependencies:
npm install eslint-config-ibbiz eslint prettier@2.3.2 --save-dev
  1. Extend this package in your ESLint configuration:
{
  "extends": "ibbiz"
}

Author: Rachman Pratama https://github.com/rachmanpratama

1.1.10

10 months ago

1.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago