1.1.10 • Published 2 years ago

eslint-config-ibbiz v1.1.10

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

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago