# eslint-configuration-lh

> A library with eslint configuration for different languages

Latest version **0.0.1** (published 2020-08-06) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install eslint-configuration-lh
pnpm add eslint-configuration-lh
yarn add eslint-configuration-lh
bun add eslint-configuration-lh
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2020-08-06 |
| First published | 2020-08-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 3.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Lucas Hartridge |
| Maintainers | lhartridge |

## Links

- npm: https://www.npmjs.com/package/eslint-configuration-lh
- Repository: https://github.com/LucasHartridge/lh-eslint-config
- Homepage: https://github.com/LucasHartridge/lh-eslint-config#readme
- Issues: https://github.com/LucasHartridge/lh-eslint-config/issues
- npm.io page: https://npm.io/package/eslint-configuration-lh

## Dependencies (6)

- [eslint](https://npm.io/package/eslint.md) 7.4.0
- [eslint-plugin-node](https://npm.io/package/eslint-plugin-node.md) 11.1.0
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) 2.22.0
- [eslint-plugin-promise](https://npm.io/package/eslint-plugin-promise.md) 4.2.1
- [eslint-config-standard](https://npm.io/package/eslint-config-standard.md) ^14.1.1
- [eslint-plugin-standard](https://npm.io/package/eslint-plugin-standard.md) 4.0.1

## Recent versions

- 0.0.1 (latest) — 2020-08-06

## README

# lh-eslint-config
Eslint configration 

This package provides a shared extensible [ESLint](https://eslint.org/) config only for  __Javascript__ at the moment

[Shareable configs](https://eslint.org/docs/developer-guide/shareable-configs) are designed to work with the `extends` feature of `.eslintrc` files.

[Airbnb JavaScript style guide](http://airbnb.io/javascript/) is used as the basis for our ESLint configuration with some additions/changes. See [JavaScript Style Guide](https://cloudbeds.atlassian.net/wiki/spaces/ES/pages/531398675/JavaScript+Style+Guide) Confluence page.

## Installation

Install ESLint and all dependencies:

```
npm install eslint-config-lh --save-dev
```

## Getting started

Add the following to your `package.json`

```json
{
  "scripts": {
    "lint": "eslint src/**/*.js",
    "lint:show-unused-directives": "npm run lint -- --report-unused-disable-directives",
  },
  "eslintConfig": {
    "extends": "eslint-config-lh"
  }
}
```


[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com)

---
_Source: https://npm.io/package/eslint-configuration-lh · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
