Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ascendcorp/eslint-config-acw-web
- Owner: ascendcorp
- Created: 2023-08-25T07:31:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T02:54:20.000Z (3 months ago)
- Last Synced: 2024-10-24T14:56:24.230Z (3 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```