Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warungpintar/warung-config
Configuration files for various tools used at Warung Pintar.
https://github.com/warungpintar/warung-config
eslint-config javascript prettier tsconfig typescript
Last synced: 7 days ago
JSON representation
Configuration files for various tools used at Warung Pintar.
- Host: GitHub
- URL: https://github.com/warungpintar/warung-config
- Owner: warungpintar
- License: mit
- Created: 2022-03-16T16:32:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T07:55:23.000Z (over 2 years ago)
- Last Synced: 2024-04-28T00:20:31.162Z (9 months ago)
- Topics: eslint-config, javascript, prettier, tsconfig, typescript
- Language: JavaScript
- Homepage:
- Size: 249 KB
- Stars: 6
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# warung-config
> Configuration files for various tools used at Warung Pintar.
## Packages
- [`@warungpintar/eslint-config`](packages/eslint-config) - ESLint config
- [`@warungpintar/prettier-config`](packages/prettier-config) - Prettier config
- [`@warungpintar/typescript-config`](packages/typescript-config) - TSConfig files## Installation
Each of the packages in this monorepo can be installed independently. For example, to install the ESLint config:
```bash
# npm
npm install --save-dev @warungpintar/eslint-config# yarn
yarn add --dev @warungpintar/eslint-config
```For guidelines on using each package, refer to the readme files for each package.
### Installing canary versions
To try out a bleeding-edge version of our configs, you can add the `@canary` tag in your install script (e.g. for ESLint):
```bash
# npm
npm install --save-dev @warungpintar/eslint-config@canary# yarn
yarn add --dev @warungpintar/eslint-config@canary
```> **Note:** The canary version is more unstable and includes config changes that might be breaking. Please take note when including it in your projects.
## Contributing
Contributions and Pull Requests are welcome! Please read through the [contributing guidelines](CONTRIBUTING.md) to get started.