Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skyrpex/linter-config

Linter Config Monorepo
https://github.com/skyrpex/linter-config

babel eslint jest lint tslint typescript vue

Last synced: about 1 month ago
JSON representation

Linter Config Monorepo

Awesome Lists containing this project

README

        

# Skyrpex - Linter Config Monorepo

[![Build Status](https://travis-ci.org/skyrpex/linter-config.svg?branch=master)](https://travis-ci.org/skyrpex/linter-config)

## Development

```bash
yarn
```

## Tests

```bash
jest
```

```bash
jest --watch
```

## Publish

```bash
lerna publish
```

## Check updates

```bash
ncu && lerna exec ncu
# ncu -n && lerna exec -- ncu -n
```

```bash
ncu -a && lerna exec ncu -a
```