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": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
@ -30,6 +31,9 @@
},
"performance": {
"noAccumulatingSpread": "off"
},
"a11y": {
"useSemanticElements": "off"
}
}
},

View file

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