{
	"$schema": "https://json.schemastore.org/eslintrc.json",
	"root": true,
	"extends": [
		"./astro.json",
		".nosemi.json"
	],
	"overrides": [
		{
			"files": [
				"*.astro"
			],
			"rules": {
				"astro/semi": ["error", "never"]
			}
		}
	]
}
