https://github.com/adonisjs/tooling-config
Eslint, prettier, and typescript configurations for AdonisJS projects
https://github.com/adonisjs/tooling-config
Last synced: 4 months ago
JSON representation
Eslint, prettier, and typescript configurations for AdonisJS projects
- Host: GitHub
- URL: https://github.com/adonisjs/tooling-config
- Owner: adonisjs
- Created: 2023-06-15T20:40:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-24T08:37:48.000Z (about 1 year ago)
- Last Synced: 2025-05-24T09:31:09.771Z (about 1 year ago)
- Language: TypeScript
- Size: 397 KB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @adonisjs/tooling-configs
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
## Introduction
Tooling config for AdonisJS apps and packages
This repo is a monorepo workspace housing all the configuration presets used by AdonisJS core team and the official starter kits.
## Official Documentation
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/tooling-config#tsconfig)
## Contributing
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.
We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.
## Code of Conduct
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).
## License
AdonisJS Vite middleware is open-sourced software licensed under the [MIT license](LICENSE.md).
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/tooling-config/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/tooling-config/actions/workflows/checks.yml "Github action"
[npm-image]: https://img.shields.io/npm/v/@adonisjs/tooling-config/latest.svg?style=for-the-badge&logo=npm
[npm-url]: https://www.npmjs.com/package/@adonisjs/tooling-config/v/latest "npm"
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[license-url]: LICENSE.md
[license-image]: https://img.shields.io/github/license/adonisjs/tooling-config?style=for-the-badge