Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ascendcorp/eslint-config-acw
https://github.com/ascendcorp/eslint-config-acw
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ascendcorp/eslint-config-acw
- Owner: ascendcorp
- Created: 2024-03-21T08:13:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T05:12:37.000Z (9 months ago)
- Last Synced: 2024-07-09T13:58:17.118Z (6 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```