This commit is contained in:
Luiz Silva 2024-10-17 14:16:00 -03:00
parent a597006f0d
commit ebc62030f6
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,7 @@
}, },
"linter": { "linter": {
"enabled": true, "enabled": true,
"rules": { "rules": {
"recommended": true, "recommended": true,
"suspicious": { "suspicious": {
@ -30,6 +31,9 @@
}, },
"performance": { "performance": {
"noAccumulatingSpread": "off" "noAccumulatingSpread": "off"
},
"a11y": {
"useSemanticElements": "off"
} }
} }
}, },

View file

@ -1,6 +1,6 @@
{ {
"name": "p-comuns", "name": "p-comuns",
"version": "0.57.0", "version": "0.58.0",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {