# eslint-config-finn-prettier

> ESLint prettier config for FINN.no

Latest version **3.0.2** (published 2018-08-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-config-finn-prettier
pnpm add eslint-config-finn-prettier
yarn add eslint-config-finn-prettier
bun add eslint-config-finn-prettier
```

## 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 | 3.0.2 |
| Published | 2018-08-27 |
| First published | 2017-05-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 2.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | cmtegner, petmotzf, simenb, sveisvei |
| Keywords | coding-standard, standards, eslint, eslintconfig, lint, style, prettier |

## Links

- npm: https://www.npmjs.com/package/eslint-config-finn-prettier
- Repository: https://github.com/finn-no/eslint-config-finn
- Issues: https://github.com/finn-no/eslint-config-finn/issues
- npm.io page: https://npm.io/package/eslint-config-finn-prettier

## Dependencies (2)

- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^3.0.1
- [eslint-plugin-prettier](https://npm.io/package/eslint-plugin-prettier.md) ^2.6.2

## 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

- 3.0.2 (latest) — 2018-08-27
- 3.0.1 — 2017-09-26
- 3.0.0 — 2017-06-28
- 2.0.0 — 2017-06-21
- 1.0.1 — 2017-05-09
- 1.0.0 — 2017-05-09

## README

# eslint-config-prettier [![Build Status](https://travis-ci.org/finn-no/eslint-config-finn.svg)](https://travis-ci.org/finn-no/eslint-config-finn)

[ESLint](http://eslint.org/) prettier config for @Finn-no

## How to use it

First, install the npm package:

```bash
npm install --save-dev eslint-config-finn-prettier
```

Then add the `extends` option to your `.eslintrc`:

```json
{
    "extends": "finn-prettier"
}
```

This overrides all style rules defined above it, and uses `{ tabWidth: 4, singleQuote: true, trailingComma: 'es5' }` as options.

You can override specific settings by specifying them as normal. See <http://eslint.org/docs/developer-guide/shareable-configs> for more details.

## React
If you use React, do `"extends": "finn-prettier/react"` instead to work with `eslint-plugin-react`.

## Publishing

```bash
$ npm version <patch | minor | major>
$ git push --follow-tags origin master
$ npm publish
```

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