eslint-config-haykam

1.21.0 • Public • Published

ESLint-Config-Haykam

GitHub release npm Travis (.com)

My personal configuration for ESLint.

This configuration for ESLint is based off the style that I program in. It is used in as many of my projects as possible, and I do accept issues and pull requests to projects of mine that do not use this config yet.

Installation

Use npm to install this shareable config and ESLint itself:

npm install --save-dev eslint-config-haykam eslint

Usage

Add this to your .eslintrc.json file:

{
  "extends": "eslint-config-haykam"
}

Projects Used In

Here are some of the projects that I use this config in:

Package Sidebar

Install

npm i eslint-config-haykam

Weekly Downloads

9

Version

1.21.0

License

MIT

Unpacked Size

13.6 kB

Total Files

7

Last publish

Collaborators

  • haykam821