Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ascendcorp/eslint-config-acw


https://github.com/ascendcorp/eslint-config-acw

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# eslint-config-acw

## Installing

pnpm

```
(
export PKG=eslint-config-acw;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs pnpm add -D "$PKG@latest"
)
```

yarn

```
(
export PKG=eslint-config-acw;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev "$PKG@latest"
)
```

## Releasing a new version

```
make release
```