Welcome to the @bravo68web/eslint-config
! Strict Typescript configuration for bravo68web. Use with caution.
To start using @bravo68web/tsconfig
, simply run:
npm install --save-dev @bravo68web/tsconfig
Add the following code to your tsconfig.json
file:
- Default configuration
{
"extends": "@bravo68web/tsconfig/base.json"
}
- Ready to Use configuration
{
"extends": "@bravo68web/tsconfig/ready.json"
}
- Bun configuration
{
"extends": "@bravo68web/tsconfig/bun.json"
}
- Web Frontend configuration
{
"extends": "@bravo68web/tsconfig/web.json"
}
And that's it! You're now ready to use
This package is compatible with the following TypeScript and Node.js versions:
- TypeScript: 5.0 or later
- Node.js: Any version that supports the above TypeScript version
Updating to the latest version of this package is recommended for the best compatibility.
This project is licensed under the MIT License - see the LICENSE file for details