Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skyrpex/linter-config
- Owner: skyrpex
- License: mit
- Archived: true
- Created: 2018-05-31T13:34:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T20:15:32.000Z (over 5 years ago)
- Last Synced: 2024-09-24T08:02:16.206Z (about 1 month ago)
- Topics: babel, eslint, jest, lint, tslint, typescript, vue
- Language: JavaScript
- Homepage:
- Size: 683 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```