Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haykam821/eslint-config-haykam
My personal configuration for ESLint.
https://github.com/haykam821/eslint-config-haykam
config eslint eslintconfig lint linter standard
Last synced: 2 months ago
JSON representation
My personal configuration for ESLint.
- Host: GitHub
- URL: https://github.com/haykam821/eslint-config-haykam
- Owner: haykam821
- License: mit
- Created: 2018-06-11T05:11:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T04:02:43.000Z (5 months ago)
- Last Synced: 2024-11-06T23:12:04.113Z (3 months ago)
- Topics: config, eslint, eslintconfig, lint, linter, standard
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESLint-Config-Haykam
[![GitHub release](https://img.shields.io/github/release/haykam821/ESLint-Config-Haykam.svg?style=popout&label=github)](https://github.com/haykam821/ESLint-Config-Haykam/releases/latest)
[![npm](https://img.shields.io/npm/v/eslint-config-haykam.svg?style=popout&colorB=red)](https://www.npmjs.com/package/eslint-config-haykam)
[![Travis (.com)](https://img.shields.io/travis/com/haykam821/ESLint-Config-Haykam.svg?style=popout)](https://travis-ci.com/haykam821/ESLint-Config-Haykam)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:
```json
{
"extends": "eslint-config-haykam"
}
```## Projects Used In
Here are some of the projects that I use this config in:
* [Snooful](https://github.com/Snooful/Snooful) ([commit](https://github.com/Snooful/Snooful/commit/02c7740821f42839f1247315e151e9233fd6c3f6))
* [Discord Dumper](https://github.com/haykam821/Discord-Dumper) ([commit](https://github.com/haykam821/Discord-Dumper/commit/21d5da6ffd308c904d3807377abaaa7cd7c54586))