{
	"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
	"vcs": {
		"enabled": true,
		"clientKind": "git",
		"useIgnoreFile": true
	},
	"organizeImports": {
		"enabled": true
	},
	"linter": {
		"enabled": true,
		"rules": {
			"recommended": true,
			"style": { "useNodejsImportProtocol": "off" }
		}
	},
	"formatter": {
		"enabled": true,
		"formatWithErrors": true
	},
	"json": {
		"parser": {
			"allowComments": true
		}
	}
}
