Welcome to the @ckt1031/eslint-config
! Strict Typescript configuration for ckt1031. Use with caution.
To start using @ckt1031/tsconfig
, simply run:
npm install --save-dev @ckt1031/tsconfig
Add the following code to your tsconfig.json
file:
- Default configuration
{
"extends": "@ckt1031/tsconfig/base.json"
}
- Web Frontend configuration
{
"extends": "@ckt1031/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