# eslint-config-tombfix

> ESLint Shareable Config for Tombfix

Latest version **0.0.1** (published 2015-11-25) · CC0-1.0 license · 0 weekly downloads

## Install

```sh
npm install eslint-config-tombfix
pnpm add eslint-config-tombfix
yarn add eslint-config-tombfix
bun add eslint-config-tombfix
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2015-11-25 |
| First published | 2015-11-25 |
| Weekly downloads | 0 |
| License | CC0-1.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=5.1.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Syoichi Tsuyuhara |
| Maintainers | syoichi |
| Keywords | eslint, eslintconfig, eslint-config, code style |

## Links

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

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

- 0.0.1 (latest) — 2015-11-25

## README

# eslint-config-tombfix [![Build Status](https://api.travis-ci.org/tombfix/eslint-config.svg?branch=master)](https://travis-ci.org/tombfix/eslint-config) [![NPM Version](http://img.shields.io/npm/v/eslint-config-tombfix.svg)](https://npmjs.org/package/eslint-config-tombfix)

ESLint [Shareable Config](http://eslint.org/docs/developer-guide/shareable-configs) for Tombfix

## Installation

``` sh
$ npm install eslint eslint-config-tombfix --save-dev
```

## Usage

In `package.json`:

``` json
{
  "scripts": {
    "lint": "eslint ."
  },
  "devDependencies": {
    "eslint": "",
    "eslint-config-tombfix": ""
  },
  "eslintConfig": {
    "extends": "tombfix"
  }
}
```

Or:

``` json
{
  "scripts": {
    "lint": "eslint -c tombfix ."
  },
  "devDependencies": {
    "eslint": "",
    "eslint-config-tombfix": ""
  }
}
```

Or, in `.eslintrc`:

``` json
{
  "extends": "tombfix"
}
```

Then lint:

``` sh
$ npm run lint
```

## Contributing

Please see [CONTRIBUTING.md](/CONTRIBUTING.md).

## License

[Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)

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