# eslint-config-cat

> eslint config for cat

Latest version **0.2.2** (published 2018-02-10) · MIT license · 0 weekly downloads

## Install

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

## 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.2.2 |
| Published | 2018-02-10 |
| First published | 2018-01-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 5.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | HsuTing |
| Maintainers | hsuting |
| Keywords | eslint, config |

## Links

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

## Dependencies (5)

- [babel-eslint](https://npm.io/package/babel-eslint.md) ^8.2.1
- [eslint-config-google](https://npm.io/package/eslint-config-google.md) ^0.9.1
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.8.0
- [eslint-plugin-flowtype](https://npm.io/package/eslint-plugin-flowtype.md) ^2.42.0
- [eslint-import-resolver-babel-module](https://npm.io/package/eslint-import-resolver-babel-module.md) ^4.0.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

- 0.2.2 (latest) — 2018-02-10
- 0.2.1 — 2018-02-07
- 0.2.0 — 2018-02-07
- 0.1.2 — 2018-01-24
- 0.1.1 — 2018-01-24
- 0.1.0 — 2018-01-15

## README

# eslint-config-cat [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

## Getting Started
Install packages using [yarn](https://yarnpkg.com/) (we assume you have pre-installed [npm](https://www.npmjs.com/) and [node.js](https://nodejs.org/)).

- Install

  ```sh
  yarn add eslint eslint-config-cat @babel/core babel-plugin-module-resolver --dev
  ```
- Example

  ```js
  // .eslintrc.js
  module.exports = { 
    ...
    extends: [
      'cat'
    ],
    ...
  };

  // .babelrc.js
  // You muse have .babelrc.js for eslint-import-resolver-babel-module
  const alias = {};

  module.exports = alias;
  ```

  You can see the example of [.babelrc.js](./.babelrc.js).

## License
MIT © [HsuTing](http://hsuting.com)

[npm-image]: https://badge.fury.io/js/eslint-config-cat.svg
[npm-url]: https://npmjs.org/package/eslint-config-cat
[travis-image]: https://travis-ci.org/HsuTing/eslint-config-cat.svg?branch=master
[travis-url]: https://travis-ci.org/HsuTing/eslint-config-cat

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