# @firelayer/eslint-config

> Firelayer eslint config

Latest version **1.3.2** (published 2020-04-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install @firelayer/eslint-config
pnpm add @firelayer/eslint-config
yarn add @firelayer/eslint-config
bun add @firelayer/eslint-config
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.2 |
| Published | 2020-04-19 |
| First published | 2020-04-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 7.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | João Teixeira |
| Maintainers | jpntex |
| Keywords | firelayer, eslint |

## Links

- npm: https://www.npmjs.com/package/@firelayer/eslint-config
- Repository: https://github.com/firelayer/eslint-config
- Homepage: https://github.com/firelayer/eslint-config/tree/master/packages/eslint-config
- Issues: https://github.com/firelayer/eslint-config/issues
- npm.io page: https://npm.io/package/@firelayer/eslint-config

## Dependencies (3)

- [typescript](https://npm.io/package/typescript.md) ^3.8.2
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^2.26.0
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) ^2.26.0

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 1.3.2 (latest) — 2020-04-19
- 1.3.1 — 2020-04-19
- 1.3.0 — 2020-04-16
- 1.2.0 — 2020-04-08
- 1.1.0 — 2020-04-05
- 1.0.0 — 2020-04-04

## README

<a href="https://firelayer.io/">
  <img src="https://user-images.githubusercontent.com/3942799/78354854-884c2780-75a4-11ea-9882-a716e2095e98.png" alt="Firelayer" width="400" />
</a>

> Jumpstart your Firebase Project

<br/>

# Firelayer ESLint Config

## Getting Started

Do you want to add the config to your own projects? There you go:

1. Add this package to your devDependencies

```bash
$ npm i -D @firelayer/eslint-config
# or
$ yarn add -D @firelayer/eslint-config
```

2. Install `eslint` if not already present locally or globally

```bash
$ npm i -D eslint
# or
$ yarn add -D eslint
```

3. Create a `.eslintrc` file

4. Extend our config (you can use just the scope name as ESLint will assume the `eslint-config` suffix):

```json
{
  "extends": [
    "@firelayer"
  ]
}
```

## Full example

A full example `.eslintrc`:

```json
{
  "root": true,
  "extends": [
    "@firelayer"
  ]
}
```

## Vue

If you're using Vue, follow [Getting Started](#getting-started) section by replacing `@firelayer/eslint-config` by `@firelayer/eslint-config-vue`.

And in your `.eslintrc` all you need is :

```json
{
  "extends": [
    "@firelayer/eslint-config-vue"
  ]
}
```

## License

[MIT license](https://github.com/firelayer/eslint-config/blob/master/LICENSE) - Firelayer

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