Updated to @shlinkio/eslint-config-js-coding-standard@1.2.1

This commit is contained in:
Alejandro Celaya 2021-02-28 13:01:11 +01:00
parent 47fb26368b
commit 3f616d5482
3 changed files with 11 additions and 16 deletions

View file

@ -15,11 +15,6 @@
"setImmediate": true
},
"rules": {
"comma-dangle": "off",
"@typescript-eslint/comma-dangle": ["error", "always-multiline"],
"@typescript-eslint/method-signature-style": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/unbound-method": "off",

19
package-lock.json generated
View file

@ -5185,9 +5185,9 @@
"integrity": "sha512-QbleYZTMcgujAEyWGki8Lx6cXQqWkNtQlqf5c7NImlIp8bKW66bFpez/6EVatW7+p9WKBOEOVci/9W7WW70EZg=="
},
"@shlinkio/eslint-config-js-coding-standard": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@shlinkio/eslint-config-js-coding-standard/-/eslint-config-js-coding-standard-1.2.0.tgz",
"integrity": "sha512-WSP92wnUxgP610sAP42ILZs2PGW5GoJ2w8onfbaUaOusMSi+a+8wXhWN9opRCl/UBcwwLfF5tPGx9et4pxYXaA==",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@shlinkio/eslint-config-js-coding-standard/-/eslint-config-js-coding-standard-1.2.1.tgz",
"integrity": "sha512-uRiz5I+CgB/e+3WBagF0seY1HKqf24B4bNp3OQtbE2rsqMQrRMORoePqy4763K/+IRtNa7584o+Ci7XJGGLUOQ==",
"dev": true,
"requires": {
"babel-eslint": "^10.1.0",
@ -5198,6 +5198,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0"
}
@ -13113,7 +13114,7 @@
},
"load-json-file": {
"version": "2.0.0",
"resolved": "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz",
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz",
"integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
"dev": true,
"requires": {
@ -13159,7 +13160,7 @@
},
"parse-json": {
"version": "2.2.0",
"resolved": "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
"integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
"dev": true,
"requires": {
@ -13168,7 +13169,7 @@
},
"path-type": {
"version": "2.0.0",
"resolved": "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz",
"integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
"dev": true,
"requires": {
@ -13177,13 +13178,13 @@
},
"pify": {
"version": "2.3.0",
"resolved": "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz",
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
"dev": true
},
"read-pkg": {
"version": "2.0.0",
"resolved": "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
"integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
"dev": true,
"requires": {
@ -13194,7 +13195,7 @@
},
"read-pkg-up": {
"version": "2.0.0",
"resolved": "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
"integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
"dev": true,
"requires": {

View file

@ -63,7 +63,7 @@
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@shlinkio/eslint-config-js-coding-standard": "~1.2.0",
"@shlinkio/eslint-config-js-coding-standard": "~1.2.1",
"@stryker-mutator/core": "^4.4.1",
"@stryker-mutator/jest-runner": "^4.4.1",
"@stryker-mutator/typescript-checker": "^4.4.1",
@ -106,7 +106,6 @@
"enzyme": "^3.11.0",
"eslint": "^7.13.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-node": "^11.1.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin-alt": "^0.4.14",
"fs-extra": "^9.0.1",