Skip to content

Commit

Permalink
fix: disable unicorn/no-unreadable-array-destructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 8, 2021
1 parent 9cf91d5 commit b194734
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 87 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"typecov": "type-coverage"
},
"devDependencies": {
"@angular/core": "^11.2.8",
"@angular/core": "^11.2.9",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/unist": "^2.0.3",
"core-js": "^3.10.0",
"core-js": "^3.10.1",
"lerna": "^4.0.0",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
Expand All @@ -39,7 +39,7 @@
"ts-jest": "^26.5.4",
"tslint": "^6.1.3",
"type-coverage": "^2.17.0",
"typescript": "^4.1.5",
"typescript": "^4.2.4",
"vue": "^2.6.12",
"yarn-deduplicate": "^3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"babel-preset-proposal-typescript": "^2.0.0",
"core-js": "^3.10.0",
"core-js": "^3.10.1",
"fast-async": "^7.0.6"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/common-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"eslint": "^7.23.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"simple-git-hooks": "^2.2.0",
"tslib": "^2.1.0"
"simple-git-hooks": "^2.3.1",
"tslib": "^2.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ module.exports = {
],
'unicorn/no-array-reduce': 0,
'unicorn/no-null': 0,
'unicorn/no-unreadable-array-destructuring': 0, // conflict with `no-unused-vars`
'unicorn/prevent-abbreviations': 0,
},
}
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@babel/eslint-parser": "^7.13.14",
"@babel/eslint-plugin": "^7.13.10",
"@pkgr/utils": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-jsx": "^10.0.0",
Expand All @@ -24,9 +24,9 @@
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-jest": "^24.3.4",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-mdx": "^1.11.1",
"eslint-plugin-mdx": "^1.12.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "npm:@rxts/eslint-plugin-prettier@^3.4.0-1",
"eslint-plugin-promise": "^4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"autoprefixer": "^10.2.5",
"cssnano": "^4.1.10",
"cssnano-preset-advanced": "^4.0.7",
"cssnano": "^4.1.11",
"cssnano-preset-advanced": "^4.0.8",
"postcss-import": "^14.0.1",
"postcss-modules": "^4.0.0",
"postcss-normalize": "^9.0.0",
Expand Down
Loading

0 comments on commit b194734

Please sign in to comment.