# eslint-import-resolver-patternplate

> eslint-import integration fro patternplate

Latest version **1.0.0** (published 2017-03-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-import-resolver-patternplate
pnpm add eslint-import-resolver-patternplate
yarn add eslint-import-resolver-patternplate
bun add eslint-import-resolver-patternplate
```

## 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.0.0 |
| Published | 2017-03-14 |
| First published | 2017-03-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | marionebl |
| Maintainers | marionebl |

## Links

- npm: https://www.npmjs.com/package/eslint-import-resolver-patternplate
- Repository: https://github.com/marionebl/eslint-import-resolver-patternplate
- Homepage: https://github.com/marionebl/eslint-import-resolver-patternplate#readme
- Issues: https://github.com/marionebl/eslint-import-resolver-patternplate/issues
- npm.io page: https://npm.io/package/eslint-import-resolver-patternplate

## Dependencies (3)

- [resolve](https://npm.io/package/resolve.md) 1.3.2
- [path-exists](https://npm.io/package/path-exists.md) 3.0.0
- [resolve-from](https://npm.io/package/resolve-from.md) 2.0.0

## Recent versions

- 1.0.0 (latest) — 2017-03-14

## README

> eslint-import integration for patternplate

# eslint-import-resolver-patternplate [![stability][0]][1]

[![npm version][6]][7] [![Travis branch][2]][3] [![AppVeyor branch][4]][5]

patternplate uses a custom [resolver algorithm](https://github.com/sinnerschrader/patternplate/blob/master/documentation/pattern-resolve-algorithm.md) to manage dependencies.

This causes false positives for pattern files linted using
[eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import), which can be solved by using `eslint-import-resolver-patternplate`.

## Installation

```shell
npm install --save-dev patternplate \
  eslint \
  eslint-plugin-import \
  eslint-import-resolver-patternplate
```

## Usage

Specify both the `node` (default) and `patternplate` resolvers in `package.json`. See the docs of [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import#resolvers) for other options.

```js
{
  "eslintConfig": {
    "settings": {
      "import/resolver": {
        "node": {},
        "patternplate": {}
      }
    }
  }
}
```

---
Built by (c) marionebl. Released under the MIT license.


[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
[2]: https://img.shields.io/travis/marionebl/eslint-import-resolver-patternplate/master.svg?style=flat-square
[3]: https://travis-ci.org/marionebl/eslint-import-resolver-patternplate
[4]: https://img.shields.io/appveyor/ci/marionebl/eslint-import-resolver-patternplate/master.svg?style=flat-square
[5]: https://ci.appveyor.com/project/marionebl/eslint-import-resolver-patternplate
[6]: https://img.shields.io/npm/v/eslint-import-resolver-patternplate.svg?style=flat-square
[7]: https://npmjs.org/package/eslint-import-resolver-patternplate

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