@luxonis/linting
v1.0.0
Published
Luxonis shared Biome configuration
Keywords
Readme
@luxonis/linting
Shared Luxonis linting configuration package.
Biome
Install both the shared config and Biome in the consuming project:
npm install --save-dev @biomejs/biome @luxonis/lintingUse the packaged Biome config from your project config file:
{
"extends": ["@luxonis/linting/biome.json"]
}