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-web

ESLint configuration used by Ascend Wealth web apps
https://github.com/ascendcorp/eslint-config-acw-web

Last synced: about 2 months ago
JSON representation

ESLint configuration used by Ascend Wealth web apps

Awesome Lists containing this project

README

        

# eslint-config-acw-web

## Installing

pnpm

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

yarn

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

## Releasing a new version

```
make release
```