fix(email-validator): improve MX record validation and update project configuration

This commit is contained in:
2026-04-30 07:41:08 +00:00
parent 0885b139e9
commit 705ef9ce71
12 changed files with 2147 additions and 4153 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
"version": "0.2.0",
"configurations": [
{
"command": "npm test",
"name": "Run npm test",
"command": "pnpm test",
"name": "Run pnpm test",
"request": "launch",
"type": "node-terminal"
}
+5 -5
View File
@@ -1,17 +1,17 @@
{
"json.schemas": [
{
"fileMatch": ["/npmextra.json"],
"fileMatch": ["/.smartconfig.json"],
"schema": {
"type": "object",
"properties": {
"npmci": {
"@ship.zone/szci": {
"type": "object",
"description": "settings for npmci"
"description": "settings for ship.zone CI"
},
"gitzone": {
"@git.zone/cli": {
"type": "object",
"description": "settings for gitzone",
"description": "settings for git.zone CLI",
"properties": {
"projectType": {
"type": "string",