Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 522 Bytes

File metadata and controls

35 lines (25 loc) · 522 Bytes

OpsLayer shared configs

Install

pnpm add -D opslayertech/shared-configs

package.json

  "devDependencies": {
    "@opslayertech/shared-configs": "github:opslayertech/shared-configs",
  },

biome.json

{
  "extends": ["@opslayertech/shared-configs/biome"]
}

BiomeV2

{
  "extends": ["@opslayertech/shared-configs/biomeV2"]
}