1.1.10 • Published 3 years ago

eslint-config-ibbiz v1.1.10

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years 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

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago