.
This commit is contained in:
parent
b26c1d11f4
commit
f08483bddd
2 changed files with 4 additions and 2 deletions
|
|
@ -36,8 +36,10 @@
|
||||||
"correctness": {
|
"correctness": {
|
||||||
"noEmptyPattern": "off",
|
"noEmptyPattern": "off",
|
||||||
"noUnusedVariables": "error",
|
"noUnusedVariables": "error",
|
||||||
"noUnusedImports": "error",
|
"noUnusedImports": "off",
|
||||||
"useExhaustiveDependencies":"off"
|
"useExhaustiveDependencies":"off"
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
"performance": {
|
"performance": {
|
||||||
"noAccumulatingSpread": "off"
|
"noAccumulatingSpread": "off"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-comuns",
|
"name": "p-comuns",
|
||||||
"version": "0.113.0",
|
"version": "0.114.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue