UNPKG

747 BMarkdownView Raw
1# ESLint Driver
2
3[![Build Status](https://github.com/beemojs/beemo/workflows/Build/badge.svg)](https://github.com/beemojs/beemo/actions?query=branch%3Amaster)
4[![npm version](https://badge.fury.io/js/%40beemo%2Fdriver-eslint.svg)](https://www.npmjs.com/package/@beemo/driver-eslint)
5[![npm deps](https://david-dm.org/beemojs/beemo.svg?path=packages/driver-eslint)](https://www.npmjs.com/package/@beemo/driver-eslint)
6
7Provides [ESLint](https://github.com/eslint/eslint) support for
8[Beemo](https://github.com/beemojs/beemo), a dev tool manager.
9
10## Installation
11
12```
13yarn add @beemo/driver-eslint eslint
14// Or
15npm install @beemo/driver-eslint eslint --save
16```
17
18## Documentation
19
20[https://milesj.gitbook.io/beemo](https://milesj.gitbook.io/beemo)