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

https://github.com/webdeveric/eslint-config

My shared ESLint configs
https://github.com/webdeveric/eslint-config

config eslint webdeveric

Last synced: 8 days ago
JSON representation

My shared ESLint configs

Awesome Lists containing this project

README

        

# ESLint configs

This repo contains my [shared ESLint configs](http://eslint.org/docs/developer-guide/shareable-configs).

## Local setup

```shell
corepack enable
pnpm install
```

## Linting all packages

```shell
pnpm lint
```

## Publishing

```shell
npx lerna version
```

```shell
npx lerna publish from-package
```