Skip to content

Commit

Permalink
[#174416949] Upgrade @pagopa/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnedMarshal committed Jan 22, 2021
1 parent d25fea5 commit f8e5a19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ module.exports = {
"prefer-arrow/prefer-arrow-functions": "off",
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"no-invalid-this": "off",
"no-shadow": "off",
"@typescript-eslint/no-shadow": "error"
"no-invalid-this": "off"
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"xmldom": "^0.1.27"
},
"devDependencies": {
"@pagopa/eslint-config": "^1.0.0",
"@pagopa/eslint-config": "^1.1.1",
"@types/apicache": "^1.2.0",
"@types/dotenv": "^4.0.2",
"@types/express": "4.16.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@
resolved "https://registry.yarnpkg.com/@opentelemetry/types/-/types-0.2.0.tgz#2a0afd40fa7026e39ea56a454642bda72b172f80"
integrity sha512-GtwNB6BNDdsIPAYEdpp3JnOGO/3AJxjPvny53s3HERBdXSJTGQw8IRhiaTEX0b3w9P8+FwFZde4k+qkjn67aVw==

"@pagopa/eslint-config@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@pagopa/eslint-config/-/eslint-config-1.0.0.tgz#d650f720455c527c3f419b17ef7a7cf3d97fc8b0"
integrity sha512-udI3NAjCXxGtvUuTzhIosGhgCPkbBbAmxX8ru6oJmFvw/J6/ugCJwCcg87tZwTEfUxaT2DCQA/VQGAoh5V7xpQ==
"@pagopa/eslint-config@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@pagopa/eslint-config/-/eslint-config-1.1.1.tgz#09fdfa59708f44996c042451d4d16a624b276bcb"
integrity sha512-b4MBnPWFj1I/O3wpQfR475BoLcB7Nmze67eqLl+J1t7ajFKPi4FF8k7+Xpfct6Z1ziVSTYVjQgMuoBJRHADcrA==
dependencies:
"@typescript-eslint/eslint-plugin" "^4.10.0"
"@typescript-eslint/eslint-plugin-tslint" "^4.10.0"
Expand Down

0 comments on commit f8e5a19

Please sign in to comment.